AppBarTemplateSettings AppBarTemplateSettings AppBarTemplateSettings AppBarTemplateSettings Class

Definition

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

public : sealed class AppBarTemplateSettings : DependencyObject, IAppBarTemplateSettingspublic sealed class AppBarTemplateSettings : DependencyObject, IAppBarTemplateSettingsPublic NotInheritable Class AppBarTemplateSettings Inherits DependencyObject Implements IAppBarTemplateSettings// This API is not available in Javascript.
Inheritance
AppBarTemplateSettingsAppBarTemplateSettingsAppBarTemplateSettingsAppBarTemplateSettings
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

ClipRect ClipRect ClipRect ClipRect

Gets the Rect that describes the clipped area of the AppBar.

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

A Rect that describes the clipped area of the AppBar.

CompactRootMargin CompactRootMargin CompactRootMargin CompactRootMargin

Gets the margin of the AppBar root in the compact state.

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

The margin of the AppBar root in the compact state.

CompactVerticalDelta CompactVerticalDelta CompactVerticalDelta CompactVerticalDelta

Gets the vertical delta of the AppBar in the compact state.

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

The vertical delta of the AppBar in the compact state.

HiddenRootMargin HiddenRootMargin HiddenRootMargin HiddenRootMargin

Gets the margin of the AppBar root in the hidden state.

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

The margin of the AppBar root in the hidden state.

HiddenVerticalDelta HiddenVerticalDelta HiddenVerticalDelta HiddenVerticalDelta

Gets the vertical delta of the AppBar in the hidden state.

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

The vertical delta of the AppBar in the hidden state.

MinimalRootMargin MinimalRootMargin MinimalRootMargin MinimalRootMargin

Gets the margin of the AppBar root in the minimal state.

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

The margin of the AppBar root in the minimal state.

MinimalVerticalDelta MinimalVerticalDelta MinimalVerticalDelta MinimalVerticalDelta

Gets the vertical delta of the AppBar in the minimal state.

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

The vertical delta of the AppBar in the minimal state.

See Also