Gets or sets whether to use the background color of the drawing as the background color of this Note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseDrawingBackgroundColor As System.Boolean |
C# | |
---|
System.bool UseDrawingBackgroundColor {get; set;} |
JavaScript | |
---|
get_UseDrawingBackgroundColor () : Boolean
put_UseDrawingBackgroundColor (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_UseDrawingBackgroundColor(
VARIANT_BOOL* Val
)
HRESULT put_UseDrawingBackgroundColor(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_UseDrawingBackgroundColor (
bool* Val
)
DSRESULT put_UseDrawingBackgroundColor(
bool NewVal
) |
Property Value
True to use the background color of the drawing as the background color of this Note, false to use the background fill color specified by
INote::BackgroundFillColor
Example
See Also
Availability
DraftSight V1R5.0