[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ColoredLine

Class ColoredLine

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

Represents a colored line.

public class ColoredLine : FormattingBag
Inheritance
ColoredLine
Inherited Members

Properties

Color

Gets the line color.

public SolidColor Color { get; }

Property Value

SolidColor

Width

Gets or sets the line width.

Allowed values are from -0 to 1584, inclusive.

Default value is 0.

public float Width { get; set; }

Property Value

float

Methods

FixInheritedValues()

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

protected override void FixInheritedValues()

Reset()

Resets the colored line to inherited defaults.

public void Reset()