UIStackView.Appearance Property

Definition

Strongly-typed property that returns the UIAppearance class for this class.

public static UIKit.UIStackView.UIStackViewAppearance Appearance { get; }
member this.Appearance : UIKit.UIStackView.UIStackViewAppearance

Property Value

Remarks

Setting any appearance properties on this instance will affect the appearance of all instances of UIStackView.

If developers want to control the appearance of subclasses of UIStackView, they should use the GetAppearance<T>(UITraitCollection, Type[]) method.

Applies to