GradientAxialShadingEndColor Property |
Gets or sets end color.
Namespace: Aspose.Pdf.DrawingAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 19.12
Syntaxpublic Color EndColor { get; set; }
Public Property EndColor As Color
Get
Set
public:
property Color^ EndColor {
Color^ get ();
void set (Color^ value);
}
member EndColor : Color with get, set
Property Value
Type:
Color
See Also