BottomColor Property (IGradientBackground) Send Feedback
See Also 
Gets or sets the color of the bottom of the gradient background.

Syntax

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

Property Value

Color of the bottom of the gradient background

See Also

Availability

DraftSight V1R5.0