CompositionLinearGradientBrush.StartPoint Property

Definition

Gets or sets the starting two-dimensional coordinates of the linear gradient.

public:
 property float2 StartPoint { float2 get(); void set(float2 value); };
float2 StartPoint();

void StartPoint(float2 value);
public Vector2 StartPoint { get; set; }
var vector2 = compositionLinearGradientBrush.startPoint;
compositionLinearGradientBrush.startPoint = vector2;
Public Property StartPoint As Vector2

Property Value

Vector2 Vector2

float2

The starting two-dimensional coordinates for the linear gradient.

Applies to