[Category("Appearance")] [Description("A RGB color specifying the interior color with which to fill circle or ellipse.")] public System.Drawing.Color InteriorColor { get; set; }
[Category("Appearance")] [Description("A RGB color specifying the interior color with which to fill circle or ellipse.")] public: __property System.Drawing.Color* get_InteriorColor(); public: __property void set_InteriorColor(
System.Drawing.Color* value
);
[Category("Appearance")] [Description("A RGB color specifying the interior color with which to fill circle or ellipse.")] public:
property System.Drawing.Color^ InteriorColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A RGB color specifying the interior color with which to fill circle or ellipse.")> Public Property InteriorColor As System.Drawing.Color