ApplicationSettingsEditingMasterDrawComponentBackColor Property |
Gets or sets the background color of drawing component editing.
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 EditingMasterDrawComponentBackColor { get; set; }
Public MustOverride Property EditingMasterDrawComponentBackColor As Integer
Get
Set
Property Value
Type:
Int32
ARGB value that represents the background color of drawing component editing.
Remarks
A value representing transparency is not reflected.
See Also