'Declaration <DescriptionAttribute("Width of this pen.")> Public Property Width As Single
[Description("Width of this pen.")] public float Width { get; set; }
[Description("Width of this pen.")] public: __property float get_Width(); public: __property void set_Width(
float value
);