DiagramTheme Members
Represents a diagram theme.Constructors
| Name | Description |
|---|---|
| DiagramTheme(String, Func<String>, DiagramColorPalette, DiagramEffectCollection, DiagramFontSettings) | Obsolete. Initializes a new instance of the DiagramTheme class. |
| DiagramTheme(String, String, DiagramColorPalette, DiagramEffectCollection, DiagramFontSettings, DiagramFontSettings) | Initializes a new instance of the DiagramTheme class. |
Properties
| Name | Description |
|---|---|
| ColorPalette | Gets the theme’s color scheme. |
| ConnectorStyles | Gets the collection of connector styles. |
| ContainerFontSettings | Gets the font settings for containers. |
| EffectCollection | Gets the effects collection that specifies how colors are used in the theme. |
| FontSettings | Gets the font settings for shapes and connectors. |
| Id | Gets the theme identifier. |
| Name | Gets the name of the theme. |
| ThemeShapeStyles | Gets the collection of shape styles. |
| VariantShapeStyles | Gets the collection of shape styles. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetDiagramItemStyle(DiagramItemStyleId) | Returns the diagram item style corresponding to the specified identifier. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the name of the DiagramTheme. |
See Also