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