LinearGradientBrush.Transform

LinearGradientBrush.Transform property

Gets or sets a copy Matrix that defines a local geometric transform for this LinearGradientBrush.

public Matrix Transform { get; set; }

Return Value

A copy of the Matrix that defines a geometric transform that applies only to fills drawn with this LinearGradientBrush.

See Also