[]
Represents a preset for non-fillable shapes (lines, curves etc).
public struct LineShapePreset
Accent1 line color, dashed line, no head and tail ends.
public static readonly LineShapePreset Accent1ColorDashedNoEnds
Accent1 line color, solid line, both ends are arrowed.
public static readonly LineShapePreset Accent1ColorSolidDashArrowEnds
Accent1 line color, solid line, arrowed tail end.
public static readonly LineShapePreset Accent1ColorSolidDashArrowTail
Accent2 line color, dashed line, no head and tail ends.
public static readonly LineShapePreset Accent2ColorDashedNoEnds
Accent2 line color, solid line, both ends are arrowed.
public static readonly LineShapePreset Accent2ColorSolidDashArrowEnds
Accent2 line color, solid line, arrowed tail end.
public static readonly LineShapePreset Accent2ColorSolidDashArrowTail
Accent3 line color, dashed line, no head and tail ends.
public static readonly LineShapePreset Accent3ColorDashedNoEnds
Accent3 line color, solid line, both ends are arrowed.
public static readonly LineShapePreset Accent3ColorSolidDashArrowEnds
Accent3 line color, solid line, arrowed tail end.
public static readonly LineShapePreset Accent3ColorSolidDashArrowTail
Accent4 line color, dashed line, no head and tail ends.
public static readonly LineShapePreset Accent4ColorDashedNoEnds
Accent4 line color, solid line, both ends are arrowed.
public static readonly LineShapePreset Accent4ColorSolidDashArrowEnds
Accent4 line color, solid line, arrowed tail end.
public static readonly LineShapePreset Accent4ColorSolidDashArrowTail
Accent5 line color, dashed line, no head and tail ends.
public static readonly LineShapePreset Accent5ColorDashedNoEnds
Accent5 line color, solid line, both ends are arrowed.
public static readonly LineShapePreset Accent5ColorSolidDashArrowEnds
Accent5 line color, solid line, arrowed tail end.
public static readonly LineShapePreset Accent5ColorSolidDashArrowTail
Accent6 line color, dashed line, no head and tail ends.
public static readonly LineShapePreset Accent6ColorDashedNoEnds
Accent6 line color, solid line, both ends are arrowed.
public static readonly LineShapePreset Accent6ColorSolidDashArrowEnds
Accent6 line color, solid line, arrowed tail end.
public static readonly LineShapePreset Accent6ColorSolidDashArrowTail
Dark1 line color, solid line, both ends are arrowed.
public static readonly LineShapePreset Dark1ColorSolidDashArrowEnds
Dark1 line color, solid line, arrowed tail end.
public static readonly LineShapePreset Dark1ColorSolidDashArrowTail
Dark1 line color, dashed line, no head and tail ends.
public static readonly LineShapePreset Dark1ColorSolidDashNoEnds
Gets the shape line color.
public ThemeColorId Color { get; }
Gets the shape line dash type.
public LineDashType DashType { get; }
Gets the shape line head end type.
public LineEndType HeadEndType { get; }
Gets the shape line tail end type.
public LineEndType TailEndType { get; }