LineSegment.Point 속성

정의

선 세그먼트의 끝점을 가져오거나 설정합니다.

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

속성 값

선 세그먼트의 끝점입니다.

설명

클래스는 LineSegment 줄의 시작점에 대한 속성을 포함하지 않습니다. 줄의 시작점은 선을 추가하는 개체의 PathFigure 현재 지점입니다.

종속성 속성 정보

항목 가치
식별자 필드 PointProperty
메타데이터 속성이 다음으로 설정됩니다. true None

적용 대상