Background
Gradient Property
|
Gets or sets background gradient.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public BackgroundGradient Gradient { get; }
Public ReadOnly Property Gradient As BackgroundGradient
Get
public:
property BackgroundGradient^ Gradient {
BackgroundGradient^ get ();
}
member Gradient : BackgroundGradient with get
Property Value
Type:
BackgroundGradient
See Also