ToolBar.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.
Obtient l'orientation du ToolBar.
public:
property System::Windows::Controls::Orientation Orientation { System::Windows::Controls::Orientation get(); };
public System.Windows.Controls.Orientation Orientation { get; }
member this.Orientation : System.Windows.Controls.Orientation
Public ReadOnly Property Orientation As Orientation
Valeur de propriété
Orientation de la barre d'outils. La valeur par défaut est Horizontal.
Exemples
L’exemple suivant montre comment déterminer si un ToolBar objet est vertical.
if (tb1.Orientation == Orientation.Vertical)
{
btnText.Content = "This is a vertical toolbar.";
}
If tb1.Orientation = Orientation.Vertical Then
btnText.Content = "This is a vertical toolbar."
End If
Remarques
Cette propriété obtient sa valeur du parent ToolBarTray.
Informations sur les propriétés de dépendance
Champ d’identificateur | OrientationProperty |
Propriétés de métadonnées définies sur true |
Aucun |