UIStackView.Appearance 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個類別之 UIAppearance 類別的強型別屬性。
public static UIKit.UIStackView.UIStackViewAppearance Appearance { get; }
member this.Appearance : UIKit.UIStackView.UIStackViewAppearance
屬性值
備註
在此實例上設定任何外觀屬性會影響 UIStackView 的所有實例的外觀。
如果開發人員想要控制 UIStackView 子類別的外觀,他們應該使用 GetAppearance<T>(UITraitCollection, Type[]) 方法。