Pen.CustomEndCap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a custom cap to use at the end of lines drawn with this Pen.
public:
property System::Drawing::Drawing2D::CustomLineCap ^ CustomEndCap { System::Drawing::Drawing2D::CustomLineCap ^ get(); void set(System::Drawing::Drawing2D::CustomLineCap ^ value); };
public System.Drawing.Drawing2D.CustomLineCap CustomEndCap { get; set; }
member this.CustomEndCap : System.Drawing.Drawing2D.CustomLineCap with get, set
Public Property CustomEndCap As CustomLineCap
Property Value
A CustomLineCap that represents the cap used at the end of lines drawn with this Pen.
Exceptions
The CustomEndCap property is set on an immutable Pen, such as those returned by the Pens class.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.