CommandBarFlyoutCommandBarTemplateSettings Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des valeurs calculées qui peuvent être référencées en tant que sources TemplatedParent lors de la définition de modèles pour un contrôle CommandBarFlyout . Non destiné à une utilisation générale.
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
- Héritage
- Attributs
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute
Propriétés
CloseAnimationEndPosition |
Obtient la position de fin de l’animation de fermeture. |
ContentClipRect |
Obtient le rectangle utilisé pour couper le contenu. |
CurrentWidth |
Obtient la largeur actuelle du contrôle. |
Dispatcher |
Retourne |
DispatcherQueue |
Obtient le |
ExpandDownAnimationEndPosition |
Obtient la position de fin de l’animation développer vers le bas. |
ExpandDownAnimationHoldPosition |
Obtient la position de maintien pour l’animation développer vers le bas. |
ExpandDownAnimationStartPosition |
Obtient la position de début de l’animation développer vers le bas. |
ExpandDownOverflowVerticalPosition |
Obtient la position verticale du dépassement de capacité en cas de développement vers le bas. |
ExpandedWidth |
Obtient la largeur du contrôle en cas de développement. |
ExpandUpAnimationEndPosition |
Obtient la position de fin de l’animation de développement. |
ExpandUpAnimationHoldPosition |
Obtient la position de maintien de l’animation de développement. |
ExpandUpAnimationStartPosition |
Obtient la position de début de l’animation de développement. |
ExpandUpOverflowVerticalPosition |
Obtient la position verticale du dépassement de capacité en cas de développement vers le haut. |
OpenAnimationEndPosition |
Obtient la position de fin de l’animation ouverte. |
OpenAnimationStartPosition |
Obtient la position de début de l’animation ouverte. |
OverflowContentClipRect |
Obtient le rectangle utilisé pour couper le contenu du dépassement de capacité. |
WidthExpansionAnimationEndPosition |
Obtient la position de fin de l’animation d’expansion de largeur. |
WidthExpansionAnimationStartPosition |
Obtient la position de début de l’animation d’expansion de largeur. |
WidthExpansionDelta |
Obtient la quantité de modification pour l’extension de largeur. |
WidthExpansionMoreButtonAnimationEndPosition |
Obtient la position de fin pour l’animation d’extension de largeur du bouton « plus ». |
WidthExpansionMoreButtonAnimationStartPosition |
Obtient la position de début de l’animation d’extension de largeur du bouton « plus ». |
Méthodes
ClearValue(DependencyProperty) |
Efface la valeur locale d’une propriété de dépendance. (Hérité de DependencyObject) |
GetAnimationBaseValue(DependencyProperty) |
Retourne toute valeur de base établie pour une propriété de dépendance, qui s’applique dans les cas où une animation n’est pas active. (Hérité de DependencyObject) |
GetValue(DependencyProperty) |
Retourne la valeur effective actuelle d’une propriété de dépendance à partir d’un objet DependencyObject. (Hérité de DependencyObject) |
ReadLocalValue(DependencyProperty) |
Retourne la valeur locale d’une propriété de dépendance, si une valeur locale est définie. (Hérité de DependencyObject) |
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) |
Inscrit une fonction de notification pour écouter les modifications apportées à un DependencyProperty spécifique sur ce instance DependencyObject. (Hérité de DependencyObject) |
SetValue(DependencyProperty, Object) |
Définit la valeur locale d’une propriété de dépendance sur un DependencyObject. (Hérité de DependencyObject) |
UnregisterPropertyChangedCallback(DependencyProperty, Int64) |
Annule une notification de modification précédemment inscrite en appelant RegisterPropertyChangedCallback. (Hérité de DependencyObject) |