CommandBarFlyoutCommandBarTemplateSettings Class

Definition

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

public ref class CommandBarFlyoutCommandBarTemplateSettings sealed : DependencyObject
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class CommandBarFlyoutCommandBarTemplateSettings final : DependencyObject
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class CommandBarFlyoutCommandBarTemplateSettings final : DependencyObject
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class CommandBarFlyoutCommandBarTemplateSettings : DependencyObject
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public sealed class CommandBarFlyoutCommandBarTemplateSettings : DependencyObject
Public NotInheritable Class CommandBarFlyoutCommandBarTemplateSettings
Inherits DependencyObject
Inheritance
Object Platform::Object IInspectable DependencyObject CommandBarFlyoutCommandBarTemplateSettings
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Properties

CloseAnimationEndPosition

Gets the end position for the close animation.

ContentClipRect

Gets the rectangle used to clip the content.

CurrentWidth

Gets the current width of the control.

Dispatcher

Always returns null in a Windows App SDK app. Use DispatcherQueue instead.

(Inherited from DependencyObject)
DispatcherQueue

Gets the DispatcherQueue that this object is associated with. The DispatcherQueue represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread.

(Inherited from DependencyObject)
ExpandDownAnimationEndPosition

Gets the end position for the expand down animation.

ExpandDownAnimationHoldPosition

Gets the hold position for the expand down animation.

ExpandDownAnimationStartPosition

Gets the start position for the expand down animation.

ExpandDownOverflowVerticalPosition

Gets the vertical position of the overflow when expanded down.

ExpandedWidth

Gets the width of the control when expanded.

ExpandUpAnimationEndPosition

Gets the end position for the expand up animation.

ExpandUpAnimationHoldPosition

Gets the hold position for the expand up animation.

ExpandUpAnimationStartPosition

Gets the start position for the expand up animation.

ExpandUpOverflowVerticalPosition

Gets the vertical position of the overflow when expanded up.

OpenAnimationEndPosition

Gets the end position for the open animation.

OpenAnimationStartPosition

Gets the start position for the open animation.

OverflowContentClipRect

Gets the rectangle used to clip the overflow content.

WidthExpansionAnimationEndPosition

Gets the end position for the width expansion animation.

WidthExpansionAnimationStartPosition

Gets the start position for the width expansion animation.

WidthExpansionDelta

Gets the amount of change for the width expansion.

WidthExpansionMoreButtonAnimationEndPosition

Gets the end position for the "more" button width expansion animation.

WidthExpansionMoreButtonAnimationStartPosition

Gets the start position for the "more" button width expansion animation.

Methods

ClearValue(DependencyProperty)

Clears the local value of a dependency property.

(Inherited from DependencyObject)
GetAnimationBaseValue(DependencyProperty)

Returns any base value established for a dependency property, which would apply in cases where an animation is not active.

(Inherited from DependencyObject)
GetValue(DependencyProperty)

Returns the current effective value of a dependency property from a DependencyObject.

(Inherited from DependencyObject)
ReadLocalValue(DependencyProperty)

Returns the local value of a dependency property, if a local value is set.

(Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance.

(Inherited from DependencyObject)
SetValue(DependencyProperty, Object)

Sets the local value of a dependency property on a DependencyObject.

(Inherited from DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback.

(Inherited from DependencyObject)

Applies to