BackgroundGradient
Color2 Property
|
Gets or sets second color for gradient
(used when TwoColors set to true).
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Color Color2 { get; set; }
Public Property Color2 As Color
Get
Set
public:
property Color Color2 {
Color get ();
void set (Color value);
}
member Color2 : Color with get, set
Property Value
Type:
Color
See Also