Share via


CompositionLineGeometry.Start Property

Definition

Gets or sets the starting point of the line.

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

void Start(float2 value);
public Vector2 Start { get; set; }
var vector2 = compositionLineGeometry.start;
compositionLineGeometry.start = vector2;
Public Property Start As Vector2

Property Value

Vector2 Vector2

float2

The starting point of the line.

Applies to