XlsGradientStop Class |
Namespace: Spire.Xls.Core.Spreadsheet.Shapes
The XlsGradientStop type exposes the following members.
Name | Description | |
---|---|---|
![]() |
XlsGradientStop |
Initializes a new instance of the XlsGradientStop class with a default OColor.
|
![]() |
XlsGradientStop(OColor, Int32, Int32) |
Initializes a new instance of the XlsGradientStop class with the specified color, position, and transparency.
|
Name | Description | |
---|---|---|
![]() |
OColor |
Gets / sets color of this gradient stop.
|
![]() |
Position |
Gets / sets position of this gradient stop.
|
![]() |
Shade |
Gets / sets shade of the color for this gradient stop.
|
![]() |
Tint |
Gets / sets tint of the color for this gradient stop.
|
![]() |
Transparency |
Gets / sets transparency of this gradient stop.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|