Specifies whether to apply a gradient background using the document's background color.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BackgroundColorGradient As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim value As Boolean
instance.BackgroundColorGradient = value
value = instance.BackgroundColorGradient
|
C# | |
---|
bool BackgroundColorGradient {get; set;} |
C++/CLI | |
---|
property bool BackgroundColorGradient {
bool get();
void set (bool value);
} |
Return Value
True to apply a gradient background, false to not
Example
Remarks
See Also
Availability
SolidWorks eDrawings API 2007 SP0