LineGeometry.StartPoint Propiedad

Definición

Obtiene o establece el punto inicial de la línea.

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

Valor de propiedad

Punto inicial de la línea. El valor predeterminado es (0,0).

Comentarios

Información de la propiedad dependency

Elemento Value
Campo identificador StartPointProperty
Propiedades de metadatos establecidas en true Ninguno

Se aplica a