'Declaration <DescriptionAttribute("The cap style used at the end of lines drawn with the pen.")> Public Property EndCap As LineCap
[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
);