VirtualizingStackPanel.HasLogicalOrientation 屬性

定義

取得表示這個 VirtualizingStackPanel 是否具有垂直或水平方向的值。

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

屬性值

Boolean

這個屬性永遠會傳回 true

備註

此屬性一律會傳 true 回 ,因為 VirtualizingStackPanel 必須具有垂直或水準方向。

適用於