[]
        
(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
object
ColoredLine
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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()