[]
Defines a themed style for fillable shapes.
public struct ThemedShapeStyle
Accent1 bright gradient fill, Accent1 outline.
public static readonly ThemedShapeStyle Accent1BrightGradientFillAccent1Outline
Accent1 bright gradient fill, no outline.
public static readonly ThemedShapeStyle Accent1BrightGradientFillNoOutline
Accent1 solid fill, Accent1 wider outline with shade 50%.
public static readonly ThemedShapeStyle Accent1SolidFillAndShadedWiderOutline
Accent1 solid fill, Light1 widest outline.
public static readonly ThemedShapeStyle Accent1SolidFillLight1WidestOutline
Accent1 gradient fill, Accent1 outline.
public static readonly ThemedShapeStyle Accent1SubtleGradientFillAccent1Outline
Accent2 bright gradient fill, Accent2 outline.
public static readonly ThemedShapeStyle Accent2BrightGradientFillAccent2Outline
Accent1 bright gradient fill, no outline.
public static readonly ThemedShapeStyle Accent2BrightGradientFillNoOutline
Accent2 solid fill, Accent2 wider outline with shade 50%.
public static readonly ThemedShapeStyle Accent2SolidFillAndShadedWiderOutline
Accent2 solid fill, Light1 widest outline.
public static readonly ThemedShapeStyle Accent2SolidFillLight1WidestOutline
Accent2 gradient fill, Accent2 outline.
public static readonly ThemedShapeStyle Accent2SubtleGradientFillAccent2Outline
Accent3 bright gradient fill, Accent3 outline.
public static readonly ThemedShapeStyle Accent3BrightGradientFillAccent3Outline
Accent1 bright gradient fill, no outline.
public static readonly ThemedShapeStyle Accent3BrightGradientFillNoOutline
Accent3 solid fill, Accent3 wider outline with shade 50%.
public static readonly ThemedShapeStyle Accent3SolidFillAndShadedWiderOutline
Accent3 solid fill, Light1 widest outline.
public static readonly ThemedShapeStyle Accent3SolidFillLight1WidestOutline
Accent3 gradient fill, Accent3 outline.
public static readonly ThemedShapeStyle Accent3SubtleGradientFillAccent3Outline
Accent4 bright gradient fill, Accent4 outline.
public static readonly ThemedShapeStyle Accent4BrightGradientFillAccent4Outline
Accent1 bright gradient fill, no outline.
public static readonly ThemedShapeStyle Accent4BrightGradientFillNoOutline
Accent4 solid fill, Accent4 wider outline with shade 50%.
public static readonly ThemedShapeStyle Accent4SolidFillAndShadedWiderOutline
Accent4 solid fill, Light1 widest outline.
public static readonly ThemedShapeStyle Accent4SolidFillLight1WidestOutline
Accent4 gradient fill, Accent4 outline.
public static readonly ThemedShapeStyle Accent4SubtleGradientFillAccent4Outline
Accent5 bright gradient fill, Accent5 outline.
public static readonly ThemedShapeStyle Accent5BrightGradientFillAccent5Outline
Accent1 bright gradient fill, no outline.
public static readonly ThemedShapeStyle Accent5BrightGradientFillNoOutline
Accent5 solid fill, Accent5 wider outline with shade 50%.
public static readonly ThemedShapeStyle Accent5SolidFillAndShadedWiderOutline
Accent5 solid fill, Light1 widest outline.
public static readonly ThemedShapeStyle Accent5SolidFillLight1WidestOutline
Accent5 gradient fill, Accent5 outline.
public static readonly ThemedShapeStyle Accent5SubtleGradientFillAccent5Outline
Accent6 bright gradient fill, Accent6 outline.
public static readonly ThemedShapeStyle Accent6BrightGradientFillAccent6Outline
Accent1 bright gradient fill, no outline.
public static readonly ThemedShapeStyle Accent6BrightGradientFillNoOutline
Accent6 solid fill, Accent6 wider outline with shade 50%.
public static readonly ThemedShapeStyle Accent6SolidFillAndShadedWiderOutline
Accent6 solid fill, Light1 widest outline.
public static readonly ThemedShapeStyle Accent6SolidFillLight1WidestOutline
Accent6 gradient fill, Accent6 outline.
public static readonly ThemedShapeStyle Accent6SubtleGradientFillAccent6Outline
Dark1 bright gradient fill, Dark1 outline.
public static readonly ThemedShapeStyle Dark1BrightGradientFillDark1Outline
Dark1 bright gradient fill, no outline.
public static readonly ThemedShapeStyle Dark1BrightGradientFillNoOutline
Dark1 solid fill, Dark1 wider outline with shade 50%.
public static readonly ThemedShapeStyle Dark1SolidFillAndShadedWiderOutline
Dark1 solid fill, Light1 widest outline.
public static readonly ThemedShapeStyle Dark1SolidFillLight1WidestOutline
Dark1 gradient fill, Dark1 outline.
public static readonly ThemedShapeStyle Dark1SubtleGradientFillDark1Outline
Light1 solid fill, Accent1 wider outline.
public static readonly ThemedShapeStyle Light1SolidFillAccent1WiderOutline
Light1 solid fill, Accent2 wider outline.
public static readonly ThemedShapeStyle Light1SolidFillAccent2WiderOutline
Light1 solid fill, Accent3 wider outline.
public static readonly ThemedShapeStyle Light1SolidFillAccent3WiderOutline
Light1 solid fill, Accent4 wider outline.
public static readonly ThemedShapeStyle Light1SolidFillAccent4WiderOutline
Light1 solid fill, Accent5 wider outline.
public static readonly ThemedShapeStyle Light1SolidFillAccent5WiderOutline
Light1 solid fill, Accent6 wider outline.
public static readonly ThemedShapeStyle Light1SolidFillAccent6WiderOutline
Light1 solid fill, Dark1 wider outline.
public static readonly ThemedShapeStyle Light1SolidFillDark1WiderOutline
Gets the themed shape fill color.
public ThemeColorId FillColor { get; }
Gets the themed shape fill type.
public ShapePresetFillType FillType { get; }
Gets the themed shape outline color.
public ThemeColorId LineColor { get; }
Gets the lightening or darkening of the outline color from -1 (darkest) to 1 (lightest), zero being neutral.
public float LineTintAndShade { get; }