UIView.Appearance Property

Definition

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

public static UIKit.UIView.UIViewAppearance Appearance { get; }
member this.Appearance : UIKit.UIView.UIViewAppearance

Property Value

Remarks

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

If developers want to control the appearance of subclasses of UIView, they should use the GetAppearance<T>() method.

Applies to