Panel.LogicalOrientation Vlastnost

Definice

Panel Orientation , pokud panel podporuje rozložení pouze v jedné dimenzi.

protected public:
 virtual property System::Windows::Controls::Orientation LogicalOrientation { System::Windows::Controls::Orientation get(); };
protected internal virtual System.Windows.Controls.Orientation LogicalOrientation { get; }
member this.LogicalOrientation : System.Windows.Controls.Orientation
Protected Friend Overridable ReadOnly Property LogicalOrientation As Orientation

Hodnota vlastnosti

Orientation

Panel Orientation . Tato vlastnost nemá výchozí hodnotu.

Poznámky

Podtřídy mohou Panel tuto vlastnost přepsat. Pokud HasLogicalOrientation ano false, měla by být tato hodnota vlastnosti ignorována.

Platí pro

Viz také