ChartElementOutline.OutlinePath Propiedad

Definición

Obtiene o establece la ruta de acceso de esquema. El valor devuelto puede ser null para objetos complejos y 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

GraphicsPath que representa la ruta de acceso del esquema.

Se aplica a