PathFigure.StartPoint 属性

定义

获取或设置 Point 开始 PathFigure 位置。

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

属性值

开始PointPathFigure的位置。 默认值为 0,0

注解

Dependency 属性信息

项目 价值
标识符字段 StartPointProperty
元数据属性设置为 true None

适用于