Panel.LogicalOrientation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
若面板只支援單一維度的配置,則為面板的 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。 此屬性沒有預設值。
備註
的 Panel 子類別可以覆寫這個屬性。 如果 為 HasLogicalOrientation false
,則應該忽略這個屬性值。