[Description("The cap style used at the end of lines drawn with the pen.")] public LineCap EndCap { get; set; }
[Description("The cap style used at the end of lines drawn with the pen.")] public: __property LineCap* get_EndCap(); public: __property void set_EndCap(
LineCap* value
);
[Description("The cap style used at the end of lines drawn with the pen.")] public:
property LineCap^ EndCap { LineCap^ get(); void set(LineCap^ value); }
'Declaration <DescriptionAttribute("The cap style used at the end of lines drawn with the pen.")> Public Property EndCap As LineCap