[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GradientStop

Class GradientStop

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a gradient stop.

public class GradientStop : FormattingBag
Inheritance
object
GradientStop
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

Color

Gets the gradient stop color.

public SolidColor Color { get; }

Property Value

SolidColor

Position

Gets or sets where this gradient stop should appear in the color band, in percent.

This position is specified in the range [0%, 100%], which corresponds to the beginning and the end of the color band respectively.

public float Position { get; set; }

Property Value

float

Methods

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt object

Returns

bool

FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

protected override void FixInheritedValues()

GetHashCode()

public override int GetHashCode()

Returns

int