CompositionLinearGradientBrush.EndPoint Property

Definition

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

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

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

Property Value

Vector2 Vector2

float2

The ending two-dimensional coordinates of the linear gradient.

Applies to