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
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Properties
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.
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.
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.
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.