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
,则应忽略此属性值。