'Declaration <DescriptionAttribute("The style of the cap.")> Public Property Style As LineCapStyles
[Description("The style of the cap.")] public LineCapStyles Style { get; set; }
[Description("The style of the cap.")] public: __property LineCapStyles get_Style(); public: __property void set_Style(
LineCapStyles value
);
[Description("The style of the cap.")] public:
property LineCapStyles Style { LineCapStyles get(); void set(LineCapStyles value); }