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 | |
---|
UseDrawingBackgroundColor : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_UseDrawingBackgroundColor(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool UseDrawingBackgroundColor { bool* Val
)
DSRESULTput_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