ChartElementOutline.OutlinePath Propiedad

Definición

Obtiene o establece el trazado del contorno. El valor devuelto puede ser null para los objetos complejos y los que tienen 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

Un objeto GraphicsPath que representa el trazado de contorno.

Se aplica a