ChartElementOutline.OutlinePath Propiedad

Definición

Obtiene o establece el trazado del contorno. El resultado puede ser null para los objetos complejos y para los objetos con dos puntos o menos.

public:
 property System::Drawing::Drawing2D::GraphicsPath ^ OutlinePath { System::Drawing::Drawing2D::GraphicsPath ^ get(); };
public System.Drawing.Drawing2D.GraphicsPath OutlinePath { get; }
member this.OutlinePath : System.Drawing.Drawing2D.GraphicsPath
Public ReadOnly Property OutlinePath As GraphicsPath

Valor de propiedad

Objeto GraphicsPath que representa el trazado del contorno.

Se aplica a