Chỉnh sửa

Chia sẻ qua


ChartElementOutline.OutlinePath Property

Definition

Gets or sets the outline path. The return value 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

Property Value

A GraphicsPath that represents the outline path.

Applies to