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