[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LineShapePreset

Struct LineShapePreset

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

Represents a preset for non-fillable shapes (lines, curves etc).

public struct LineShapePreset
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

Accent1ColorDashedNoEnds

Accent1 line color, dashed line, no head and tail ends.

public static readonly LineShapePreset Accent1ColorDashedNoEnds

Field Value

LineShapePreset

Accent1ColorSolidDashArrowEnds

Accent1 line color, solid line, both ends are arrowed.

public static readonly LineShapePreset Accent1ColorSolidDashArrowEnds

Field Value

LineShapePreset

Accent1ColorSolidDashArrowTail

Accent1 line color, solid line, arrowed tail end.

public static readonly LineShapePreset Accent1ColorSolidDashArrowTail

Field Value

LineShapePreset

Accent2ColorDashedNoEnds

Accent2 line color, dashed line, no head and tail ends.

public static readonly LineShapePreset Accent2ColorDashedNoEnds

Field Value

LineShapePreset

Accent2ColorSolidDashArrowEnds

Accent2 line color, solid line, both ends are arrowed.

public static readonly LineShapePreset Accent2ColorSolidDashArrowEnds

Field Value

LineShapePreset

Accent2ColorSolidDashArrowTail

Accent2 line color, solid line, arrowed tail end.

public static readonly LineShapePreset Accent2ColorSolidDashArrowTail

Field Value

LineShapePreset

Accent3ColorDashedNoEnds

Accent3 line color, dashed line, no head and tail ends.

public static readonly LineShapePreset Accent3ColorDashedNoEnds

Field Value

LineShapePreset

Accent3ColorSolidDashArrowEnds

Accent3 line color, solid line, both ends are arrowed.

public static readonly LineShapePreset Accent3ColorSolidDashArrowEnds

Field Value

LineShapePreset

Accent3ColorSolidDashArrowTail

Accent3 line color, solid line, arrowed tail end.

public static readonly LineShapePreset Accent3ColorSolidDashArrowTail

Field Value

LineShapePreset

Accent4ColorDashedNoEnds

Accent4 line color, dashed line, no head and tail ends.

public static readonly LineShapePreset Accent4ColorDashedNoEnds

Field Value

LineShapePreset

Accent4ColorSolidDashArrowEnds

Accent4 line color, solid line, both ends are arrowed.

public static readonly LineShapePreset Accent4ColorSolidDashArrowEnds

Field Value

LineShapePreset

Accent4ColorSolidDashArrowTail

Accent4 line color, solid line, arrowed tail end.

public static readonly LineShapePreset Accent4ColorSolidDashArrowTail

Field Value

LineShapePreset

Accent5ColorDashedNoEnds

Accent5 line color, dashed line, no head and tail ends.

public static readonly LineShapePreset Accent5ColorDashedNoEnds

Field Value

LineShapePreset

Accent5ColorSolidDashArrowEnds

Accent5 line color, solid line, both ends are arrowed.

public static readonly LineShapePreset Accent5ColorSolidDashArrowEnds

Field Value

LineShapePreset

Accent5ColorSolidDashArrowTail

Accent5 line color, solid line, arrowed tail end.

public static readonly LineShapePreset Accent5ColorSolidDashArrowTail

Field Value

LineShapePreset

Accent6ColorDashedNoEnds

Accent6 line color, dashed line, no head and tail ends.

public static readonly LineShapePreset Accent6ColorDashedNoEnds

Field Value

LineShapePreset

Accent6ColorSolidDashArrowEnds

Accent6 line color, solid line, both ends are arrowed.

public static readonly LineShapePreset Accent6ColorSolidDashArrowEnds

Field Value

LineShapePreset

Accent6ColorSolidDashArrowTail

Accent6 line color, solid line, arrowed tail end.

public static readonly LineShapePreset Accent6ColorSolidDashArrowTail

Field Value

LineShapePreset

Dark1ColorSolidDashArrowEnds

Dark1 line color, solid line, both ends are arrowed.

public static readonly LineShapePreset Dark1ColorSolidDashArrowEnds

Field Value

LineShapePreset

Dark1ColorSolidDashArrowTail

Dark1 line color, solid line, arrowed tail end.

public static readonly LineShapePreset Dark1ColorSolidDashArrowTail

Field Value

LineShapePreset

Dark1ColorSolidDashNoEnds

Dark1 line color, dashed line, no head and tail ends.

public static readonly LineShapePreset Dark1ColorSolidDashNoEnds

Field Value

LineShapePreset

Properties

Color

Gets the shape line color.

public ThemeColorId Color { get; }

Property Value

ThemeColorId

DashType

Gets the shape line dash type.

public LineDashType DashType { get; }

Property Value

LineDashType

HeadEndType

Gets the shape line head end type.

public LineEndType HeadEndType { get; }

Property Value

LineEndType

TailEndType

Gets the shape line tail end type.

public LineEndType TailEndType { get; }

Property Value

LineEndType