PathFigure.StartPoint 属性

定义

获取或设置 PathFigure 开始处的 Point

public:
 property System::Windows::Point StartPoint { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point StartPoint { get; set; }
member this.StartPoint : System.Windows.Point with get, set
Public Property StartPoint As Point

属性值

Point

PathFigure 开始处的 Point。 默认值为 0,0

注解

依赖项属性信息

标识符字段 StartPointProperty
元数据属性设置为 true

适用于