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입니다.

적용 대상