Sdílet prostřednictvím


ToolBar.Orientation Vlastnost

Definice

Získá orientaci 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

Hodnota vlastnosti

Orientation

Orientace panelu nástrojů Výchozí formát je Horizontal.

Příklady

Následující příklad ukazuje, jak určit, jestli je svislý ToolBar .

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

Poznámky

Tato vlastnost získá jeho hodnotu z nadřazeného ToolBarTrayobjektu .

Informace o vlastnosti závislosti

Pole identifikátoru OrientationProperty
Vlastnosti metadat nastavené na true Žádné

Platí pro

Viz také