Pen.CustomStartCap 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定自訂帽緣,用於以這個 Pen 所繪製的直線開端。
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,表示以這個 Pen 所繪製之直線開端所用的帽緣。
例外狀況
CustomStartCap 屬性設定於不可變動的 Pen 上,例如 Pens 類別傳回的項目。