CompositionLineGeometry.Start Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The starting point of the line.