[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapePreset

Struct ShapePreset

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

Represents a shape preset that specifies a fill and an outline.

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

Fields

GradientAccent1FillNoOutline

Gradient Accent1 shape fill, no outline.

public static readonly ShapePreset GradientAccent1FillNoOutline

Field Value

ShapePreset

GradientAccent2FillNoOutline

Gradient Accent2 shape fill, no outline.

public static readonly ShapePreset GradientAccent2FillNoOutline

Field Value

ShapePreset

GradientAccent3FillNoOutline

Gradient Accent3 shape fill, no outline.

public static readonly ShapePreset GradientAccent3FillNoOutline

Field Value

ShapePreset

GradientAccent4FillNoOutline

Gradient Accent4 shape fill, no outline.

public static readonly ShapePreset GradientAccent4FillNoOutline

Field Value

ShapePreset

GradientAccent5FillNoOutline

Gradient Accent5 shape fill, no outline.

public static readonly ShapePreset GradientAccent5FillNoOutline

Field Value

ShapePreset

GradientAccent6FillNoOutline

Gradient Accent6 shape fill, no outline.

public static readonly ShapePreset GradientAccent6FillNoOutline

Field Value

ShapePreset

GradientDark1FillNoOutline

Gradient Dark1 shape fill, no outline.

public static readonly ShapePreset GradientDark1FillNoOutline

Field Value

ShapePreset

NoFillNoOutline

No shape fill, no outline.

public static readonly ShapePreset NoFillNoOutline

Field Value

ShapePreset

NoFillSolidAccent1Outline

No shape fill, Accent1 theme color outline.

public static readonly ShapePreset NoFillSolidAccent1Outline

Field Value

ShapePreset

NoFillSolidAccent2Outline

No shape fill, Accent2 theme color outline.

public static readonly ShapePreset NoFillSolidAccent2Outline

Field Value

ShapePreset

NoFillSolidAccent3Outline

No shape fill, Accent1 theme color outline.

public static readonly ShapePreset NoFillSolidAccent3Outline

Field Value

ShapePreset

NoFillSolidAccent4Outline

No shape fill, Accent4 theme color outline.

public static readonly ShapePreset NoFillSolidAccent4Outline

Field Value

ShapePreset

NoFillSolidAccent5Outline

No shape fill, Accent5 theme color outline.

public static readonly ShapePreset NoFillSolidAccent5Outline

Field Value

ShapePreset

NoFillSolidAccent6Outline

No shape fill, Accent6 theme color outline.

public static readonly ShapePreset NoFillSolidAccent6Outline

Field Value

ShapePreset

NoFillSolidDark1Outline

No shape fill, Dark1 theme color outline.

public static readonly ShapePreset NoFillSolidDark1Outline

Field Value

ShapePreset

SemiTransparentSolidAccent1FillNoOutline

Semi transparent solid Accent1 shape fill, no outline.

public static readonly ShapePreset SemiTransparentSolidAccent1FillNoOutline

Field Value

ShapePreset

SemiTransparentSolidAccent2FillNoOutline

Semi transparent solid Accent2 shape fill, no outline.

public static readonly ShapePreset SemiTransparentSolidAccent2FillNoOutline

Field Value

ShapePreset

SemiTransparentSolidAccent3FillNoOutline

Semi transparent solid Accent3 shape fill, no outline.

public static readonly ShapePreset SemiTransparentSolidAccent3FillNoOutline

Field Value

ShapePreset

SemiTransparentSolidAccent4FillNoOutline

Semi transparent solid Accent4 shape fill, no outline.

public static readonly ShapePreset SemiTransparentSolidAccent4FillNoOutline

Field Value

ShapePreset

SemiTransparentSolidAccent5FillNoOutline

Semi transparent solid Accent5 shape fill, no outline.

public static readonly ShapePreset SemiTransparentSolidAccent5FillNoOutline

Field Value

ShapePreset

SemiTransparentSolidAccent6FillNoOutline

Semi transparent solid Accent6 shape fill, no outline.

public static readonly ShapePreset SemiTransparentSolidAccent6FillNoOutline

Field Value

ShapePreset

SemiTransparentSolidDark1FillNoOutline

Semi transparent solid Dark1 shape fill, no outline.

public static readonly ShapePreset SemiTransparentSolidDark1FillNoOutline

Field Value

ShapePreset

SolidAccent1FillNoOutline

Solid Accent1 shape fill, no outline.

public static readonly ShapePreset SolidAccent1FillNoOutline

Field Value

ShapePreset

SolidAccent2FillNoOutline

Solid Accent2 shape fill, no outline.

public static readonly ShapePreset SolidAccent2FillNoOutline

Field Value

ShapePreset

SolidAccent3FillNoOutline

Solid Accent3 shape fill, no outline.

public static readonly ShapePreset SolidAccent3FillNoOutline

Field Value

ShapePreset

SolidAccent4FillNoOutline

Solid Accent4 shape fill, no outline.

public static readonly ShapePreset SolidAccent4FillNoOutline

Field Value

ShapePreset

SolidAccent5FillNoOutline

Solid Accent5 shape fill, no outline.

public static readonly ShapePreset SolidAccent5FillNoOutline

Field Value

ShapePreset

SolidAccent6FillNoOutline

Solid Accent6 shape fill, no outline.

public static readonly ShapePreset SolidAccent6FillNoOutline

Field Value

ShapePreset

SolidDark1FillNoOutline

Solid Dark1 shape fill, no outline.

public static readonly ShapePreset SolidDark1FillNoOutline

Field Value

ShapePreset

Properties

FillColor

Gets the shape fill color.

public ThemeColorId FillColor { get; }

Property Value

ThemeColorId

FillTransparency

Gets the shape fill color transparency. It remains in range 0-1 where 0 is fully opaque fill and 1 - fully transparent fill.

public float FillTransparency { get; }

Property Value

float

FillType

Gets the shape fill type.

public ShapePresetFillType FillType { get; }

Property Value

ShapePresetFillType

LineColor

Gets the shape outline color.

public ThemeColorId LineColor { get; }

Property Value

ThemeColorId