This documentation is for the old version. Go to the latest Upload Suite docs

GradientColor.ToString Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Returns a string representation of this gradient color.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides Function ToString As String
C#
public override string ToString()

Return Value

Type: System.String

The string in the following format: #aaaaaa;#bbbbbb, where #aaaaaa specifies a top gradient color and #bbbbbb - a bottom.

See Also

Reference