[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IColorStop

Interface IColorStop

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the color stop point for a gradient fill in a range or selection.

public interface IColorStop

Properties

Color

Gets or sets the Color of the represented IColorStop.

Color Color { get; set; }

Property Value

System.Drawing.Color

Position

Gets or sets the position of the IColorStop (read or write).

double Position { get; set; }

Property Value

double

ThemeColor

Gets or sets the theme color of the represented object (read or write).

ThemeColor ThemeColor { get; set; }

Property Value

ThemeColor

TintAndShade

Gets or sets the tint and shade of the represented object (read or write). The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.

double TintAndShade { get; set; }

Property Value

double

Methods

Delete()

Deletes the represented object.

void Delete()