CommandBarTemplateSettings.ContentHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the height of the CommandBar content.
public:
property double ContentHeight { double get(); };
double ContentHeight();
public double ContentHeight { get; }
var double = commandBarTemplateSettings.contentHeight;
Public ReadOnly Property ContentHeight As Double
Property Value
Double
double
The height of the CommandBar content.