BackgroundColor Property (IEModelViewControl)
Gets or sets the background color for all eDrawings files.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BackgroundColor As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim value As System.Integer
instance.BackgroundColor = value
value = instance.BackgroundColor |
C# | |
---|
System.int BackgroundColor {get; set;} |
C++/CLI | |
---|
property System.int BackgroundColor {
System.int get();
void set ( & System.int value);
} |
Property Value
COLORREF value (see
Remarks)
Example
Remarks
See Also
Availability
eDrawings API 2006 SP01