'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A RGB color specifying the interior color with which to fill the polygon annotation or fill the polyline annotation's line endings.")> Public Property InteriorColor As System.Drawing.Color
[Category("Appearance")] [Description("A RGB color specifying the interior color with which to fill the polygon annotation or fill the polyline annotation's line endings.")] public System.Drawing.Color InteriorColor { get; set; }
[Category("Appearance")] [Description("A RGB color specifying the interior color with which to fill the polygon annotation or fill the polyline annotation's line endings.")] 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 the polygon annotation or fill the polyline annotation's line endings.")] public:
property System.Drawing.Color^ InteriorColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }