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 必須具有垂直或水準方向。