UIFontAttributes.Matrix Property

Definition

The affine transformation matrix for the font.

public CoreGraphics.CGAffineTransform? Matrix { get; set; }
member this.Matrix : Nullable<CoreGraphics.CGAffineTransform> with get, set

Property Value

The transformation matrix. The default is the identity matrix, or null if not set.

Applies to