Panel.LogicalOrientation 屬性

定義

若面板只支援單一維度的配置,則為面板的 Orientation

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

屬性值

Orientation

面板的 Orientation。 此屬性沒有預設值。

備註

Panel 子類別可以覆寫這個屬性。 如果 為 HasLogicalOrientation false ,則應該忽略這個屬性值。

適用於

另請參閱