[]
Represents a shape preset that specifies a fill and an outline.
public struct ShapePreset
Gradient Accent1 shape fill, no outline.
public static readonly ShapePreset GradientAccent1FillNoOutline
Gradient Accent2 shape fill, no outline.
public static readonly ShapePreset GradientAccent2FillNoOutline
Gradient Accent3 shape fill, no outline.
public static readonly ShapePreset GradientAccent3FillNoOutline
Gradient Accent4 shape fill, no outline.
public static readonly ShapePreset GradientAccent4FillNoOutline
Gradient Accent5 shape fill, no outline.
public static readonly ShapePreset GradientAccent5FillNoOutline
Gradient Accent6 shape fill, no outline.
public static readonly ShapePreset GradientAccent6FillNoOutline
Gradient Dark1 shape fill, no outline.
public static readonly ShapePreset GradientDark1FillNoOutline
No shape fill, no outline.
public static readonly ShapePreset NoFillNoOutline
No shape fill, Accent1 theme color outline.
public static readonly ShapePreset NoFillSolidAccent1Outline
No shape fill, Accent2 theme color outline.
public static readonly ShapePreset NoFillSolidAccent2Outline
No shape fill, Accent1 theme color outline.
public static readonly ShapePreset NoFillSolidAccent3Outline
No shape fill, Accent4 theme color outline.
public static readonly ShapePreset NoFillSolidAccent4Outline
No shape fill, Accent5 theme color outline.
public static readonly ShapePreset NoFillSolidAccent5Outline
No shape fill, Accent6 theme color outline.
public static readonly ShapePreset NoFillSolidAccent6Outline
No shape fill, Dark1 theme color outline.
public static readonly ShapePreset NoFillSolidDark1Outline
Semi transparent solid Accent1 shape fill, no outline.
public static readonly ShapePreset SemiTransparentSolidAccent1FillNoOutline
Semi transparent solid Accent2 shape fill, no outline.
public static readonly ShapePreset SemiTransparentSolidAccent2FillNoOutline
Semi transparent solid Accent3 shape fill, no outline.
public static readonly ShapePreset SemiTransparentSolidAccent3FillNoOutline
Semi transparent solid Accent4 shape fill, no outline.
public static readonly ShapePreset SemiTransparentSolidAccent4FillNoOutline
Semi transparent solid Accent5 shape fill, no outline.
public static readonly ShapePreset SemiTransparentSolidAccent5FillNoOutline
Semi transparent solid Accent6 shape fill, no outline.
public static readonly ShapePreset SemiTransparentSolidAccent6FillNoOutline
Semi transparent solid Dark1 shape fill, no outline.
public static readonly ShapePreset SemiTransparentSolidDark1FillNoOutline
Solid Accent1 shape fill, no outline.
public static readonly ShapePreset SolidAccent1FillNoOutline
Solid Accent2 shape fill, no outline.
public static readonly ShapePreset SolidAccent2FillNoOutline
Solid Accent3 shape fill, no outline.
public static readonly ShapePreset SolidAccent3FillNoOutline
Solid Accent4 shape fill, no outline.
public static readonly ShapePreset SolidAccent4FillNoOutline
Solid Accent5 shape fill, no outline.
public static readonly ShapePreset SolidAccent5FillNoOutline
Solid Accent6 shape fill, no outline.
public static readonly ShapePreset SolidAccent6FillNoOutline
Solid Dark1 shape fill, no outline.
public static readonly ShapePreset SolidDark1FillNoOutline
Gets the shape fill color.
public ThemeColorId FillColor { get; }
Gets the shape fill color transparency.
public float FillTransparency { get; }
Gets the shape fill type.
public ShapePresetFillType FillType { get; }
Gets the shape outline color.
public ThemeColorId LineColor { get; }