StackPanel.HasLogicalOrientation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示此 StackPanel 是水平方向还是垂直方向。
protected public:
virtual property bool HasLogicalOrientation { bool get(); };
protected internal override bool HasLogicalOrientation { get; }
member this.HasLogicalOrientation : bool
Protected Friend Overrides ReadOnly Property HasLogicalOrientation As Boolean
属性值
此属性始终返回 true
。
注解
此属性始终返回 true
,因为必须 StackPanel 具有垂直方向或水平方向。