ApplicationSettingsSelectedShapeColor Property |
Get or set the color of the selected shape.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract int SelectedShapeColor { get; set; }
Public MustOverride Property SelectedShapeColor As Integer
Get
Set
Property Value
Type:
Int32
ARGB value representing the color of the selected shape.
Remarks
A value representing transparency is not reflected.
See Also