Gets / Sets the color used to draw the outline of each shape.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property OutlineColor As Color Get Set |
C# |
---|
public Color OutlineColor { get; set; } |
Visual C++ |
---|
public: property Color OutlineColor { Color get (); void set (Color value); } |
JavaScript |
---|
function get_outlineColor(); function set_outlineColor(value); |