GradientStopColor Property |
Returns the color of a gradient stop.
Read-only
IColorFormat.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IColorFormat Color { get; }
Public ReadOnly Property Color As IColorFormat
Get
public:
virtual property IColorFormat^ Color {
IColorFormat^ get () sealed;
}
abstract Color : IColorFormat with get
override Color : IColorFormat with get
Property Value
Type:
IColorFormatImplements
IGradientStopColor
See Also