ToolBarTray.Orientation Propriété
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.
Spécifie l'orientation d'un ToolBarTray.
public:
property System::Windows::Controls::Orientation Orientation { System::Windows::Controls::Orientation get(); void set(System::Windows::Controls::Orientation value); };
public System.Windows.Controls.Orientation Orientation { get; set; }
member this.Orientation : System.Windows.Controls.Orientation with get, set
Public Property Orientation As Orientation
Valeur de propriété
Une des valeurs de l'objet Orientation. La valeur par défaut est Horizontal.
Exemples
L’exemple suivant montre comment utiliser la Orientation propriété pour définir l’orientation de la barre d’outils dans la barre d’outils ; cela détermine l’orientation de la barre d’outils.
<ToolBarTray Orientation="Vertical"
Background="White" >
<ToolBar Band="1" BandIndex="1">
<Button>
<Image Source="toolbargraphics\copy.bmp" />
</Button>
<Button>
<Image Source="toolbargraphics\paste.bmp" />
</Button>
</ToolBar>
<ToolBar Band="2" BandIndex="1">
<Button>
<Image Source="toolbargraphics\undo.bmp" />
</Button>
<Button>
<Image Source="toolbargraphics\redo.bmp" />
</Button>
</ToolBar>
</ToolBarTray>
Remarques
Informations sur les propriétés de dépendance
Champ d’identificateur | OrientationProperty |
Propriétés de métadonnées définies sur true |
AffectsParentMeasure |