ChartElementOutline.OutlinePath 属性

定义

获取或设置轮廓路径。 对于复杂对象以及具有两个或更少点的对象,结果可为 null

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

属性值

GraphicsPath

表示轮廓路径的 GraphicsPath 对象。

适用于