Gets / Sets the Fill Color to use when rendering the interior of each shape
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property FillColor As Color Get Set |
C# |
---|
public Color FillColor { get; set; } |
Visual C++ |
---|
public: property Color FillColor { Color get (); void set (Color value); } |
JavaScript |
---|
function get_fillColor(); function set_fillColor(value); |