PathFigure.StartPoint Propiedad

Definición

Obtiene o establece el Point objeto donde PathFigure comienza.

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

donde Point comienza.PathFigure El valor por defecto 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