CommandBarTemplateSettings CommandBarTemplateSettings CommandBarTemplateSettings CommandBarTemplateSettings Class

Definition

Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a CommandBar control. Not intended for general use.

public : sealed class CommandBarTemplateSettings : DependencyObject, ICommandBarTemplateSettings, ICommandBarTemplateSettings2, ICommandBarTemplateSettings3public sealed class CommandBarTemplateSettings : DependencyObject, ICommandBarTemplateSettings, ICommandBarTemplateSettings2, ICommandBarTemplateSettings3Public NotInheritable Class CommandBarTemplateSettings Inherits DependencyObject Implements ICommandBarTemplateSettings, ICommandBarTemplateSettings2, ICommandBarTemplateSettings3// This API is not available in Javascript.
Inheritance
CommandBarTemplateSettingsCommandBarTemplateSettingsCommandBarTemplateSettingsCommandBarTemplateSettings
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited methods

Inherited properties

Properties

ContentHeight ContentHeight ContentHeight ContentHeight

Gets the height of the CommandBar content.

public : double ContentHeight { get; }public double ContentHeight { get; }Public ReadOnly Property ContentHeight As double// This API is not available in Javascript.
Value
double double double double

The height of the CommandBar content.

EffectiveOverflowButtonVisibility EffectiveOverflowButtonVisibility EffectiveOverflowButtonVisibility EffectiveOverflowButtonVisibility

Gets the effective visibility of the command bar's overflow button.

public : Visibility EffectiveOverflowButtonVisibility { get; }public Visibility EffectiveOverflowButtonVisibility { get; }Public ReadOnly Property EffectiveOverflowButtonVisibility As Visibility// This API is not available in Javascript.
Value
Visibility Visibility Visibility Visibility

The effective visibility of the command bar's overflow button.

Additional features and requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

NegativeOverflowContentHeight NegativeOverflowContentHeight NegativeOverflowContentHeight NegativeOverflowContentHeight

Gets the height of the overflow content when the overflow direction is negative.

public : double NegativeOverflowContentHeight { get; }public double NegativeOverflowContentHeight { get; }Public ReadOnly Property NegativeOverflowContentHeight As double// This API is not available in Javascript.
Value
double double double double

The height of the overflow content when the overflow direction is negative.

OverflowContentClipRect OverflowContentClipRect OverflowContentClipRect OverflowContentClipRect

Gets the Rect that describes the clipped area of the overflow content.

public : Rect OverflowContentClipRect { get; }public Rect OverflowContentClipRect { get; }Public ReadOnly Property OverflowContentClipRect As Rect// This API is not available in Javascript.
Value
Rect Rect Rect Rect

A Rect that describes the clipped area of the overflow content.

OverflowContentHeight OverflowContentHeight OverflowContentHeight OverflowContentHeight

Gets the height of the overflow content.

public : double OverflowContentHeight { get; }public double OverflowContentHeight { get; }Public ReadOnly Property OverflowContentHeight As double// This API is not available in Javascript.
Value
double double double double

The height of the overflow content.

OverflowContentHorizontalOffset OverflowContentHorizontalOffset OverflowContentHorizontalOffset OverflowContentHorizontalOffset

Gets the horizontal offset value of the overflow content.

public : double OverflowContentHorizontalOffset { get; }public double OverflowContentHorizontalOffset { get; }Public ReadOnly Property OverflowContentHorizontalOffset As double// This API is not available in Javascript.
Value
double double double double

The horizontal offset value of the overflow content.

OverflowContentMaxHeight OverflowContentMaxHeight OverflowContentMaxHeight OverflowContentMaxHeight

Gets the maximum height value of the overflow content.

public : double OverflowContentMaxHeight { get; }public double OverflowContentMaxHeight { get; }Public ReadOnly Property OverflowContentMaxHeight As double// This API is not available in Javascript.
Value
double double double double

The maximum height value of the overflow content.

OverflowContentMaxWidth OverflowContentMaxWidth OverflowContentMaxWidth OverflowContentMaxWidth

Gets the maximum width value of the overflow content.

public : double OverflowContentMaxWidth { get; }public double OverflowContentMaxWidth { get; }Public ReadOnly Property OverflowContentMaxWidth As double// This API is not available in Javascript.
Value
double double double double

The maximum width value of the overflow content.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

OverflowContentMinWidth OverflowContentMinWidth OverflowContentMinWidth OverflowContentMinWidth

Gets the minimum width value of the overflow content.

public : double OverflowContentMinWidth { get; }public double OverflowContentMinWidth { get; }Public ReadOnly Property OverflowContentMinWidth As double// This API is not available in Javascript.
Value
double double double double

The minimum width value of the overflow content.

See Also