BackgroundFillColor Property (INote) Send Feedback
See Also  Example
Gets or sets the background fill Color of this Note.

Syntax

Visual Basic 
Property BackgroundFillColor As Color
C# 
Color BackgroundFillColor {get; set;}
JavaScript 
get_BackgroundFillColor () : dsColor
put_BackgroundFillColor (
   NewVal : dsColor
)
COM native C++ 
HRESULT get_BackgroundFillColor(
   IColor** Val
) 
HRESULT put_BackgroundFillColor( 
   IColor* NewVal
C++ 
DSRESULT get_BackgroundFillColor (
   dsColor** Val
)
DSRESULT put_BackgroundFillColor(
   dsColor* NewVal
)

Property Value

Background fill Color 

Example

Remarks

INote::BackgroundMask must be true for INote::BackgroundFillColor to have any effect.

See Also

Availability

DraftSight V1R5.0