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

Syntax

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

Property Value

Color of the top of the gradient background

See Also

Availability

DraftSight V1R5.0