XlsGradientStop
OColor Property
|
Gets / sets color of this gradient stop.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor OColor { get; }
Public ReadOnly Property OColor As OColor
Get
public:
property OColor^ OColor {
OColor^ get ();
}
member OColor : OColor with get
Property Value
Type:
OColor
See Also