Click or drag to resize
PathFigureStartPoint Property
Gets or sets the Point where the PathFigure begins.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Point StartPoint { get; set; }

Property Value

Type: Point
See Also