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