PenStyleSetInfo.CustomStartCap 属性

定义

获取或设置要在使用此钢笔对象绘制的直线起点使用的自定义线帽。

public:
 property System::Drawing::Drawing2D::CustomLineCap ^ CustomStartCap { System::Drawing::Drawing2D::CustomLineCap ^ get(); void set(System::Drawing::Drawing2D::CustomLineCap ^ value); };
public System.Drawing.Drawing2D.CustomLineCap CustomStartCap { get; set; }
member this.CustomStartCap : System.Drawing.Drawing2D.CustomLineCap with get, set
Public Property CustomStartCap As CustomLineCap

属性值

CustomLineCap

一个 CustomLineCap 对象,该对象表示在用此钢笔对象绘制的直线起点使用的线帽。

适用于