Class XlsGradientStop
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class XlsGradientStop
- Inheritance
-
XlsGradientStop
- Inherited Members
-
Constructors
XlsGradientStop()
XlsGradientStop(OColor, int, int)
public XlsGradientStop(OColor color, int position, int transparency)
Parameters
color
OColor
position
int
transparency
int
Properties
OColor
public OColor OColor { get; }
Property Value
- OColor
Position
public int Position { get; set; }
Property Value
- int
Shade
public int Shade { get; set; }
Property Value
- int
Tint
public int Tint { get; set; }
Property Value
- int
Transparency
public int Transparency { get; set; }
Property Value
- int