LineGeometry.StartPoint 属性

定义

获取或设置该行的起点。

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

该行的起点。 默认值为 (0,0)。

注解

依赖项属性信息

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

适用于