'Declaration <DescriptionAttribute("The cap style used at the beginning of lines drawn with the pen.")> Public Property StartCap As LineCap
[Description("The cap style used at the beginning of lines drawn with the pen.")] public LineCap StartCap { get; set; }
[Description("The cap style used at the beginning of lines drawn with the pen.")] public: __property LineCap* get_StartCap(); public: __property void set_StartCap(
LineCap* value
);