ChartElementOutline.OutlinePath Propriedade
Definição
Obtém ou define o caminho do contorno.Gets or sets the outline path. O resultado pode ser null para objetos complexos e objetos com dois pontos ou menos.The result can be null for complex objects and objects with two points or fewer.
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 da propriedade
Um GraphicsPath objeto que representa o caminho de estrutura de tópicos.A GraphicsPath object that represents the outline path.