Back to Devexpress

DiagramTheme Members

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramtheme-dot-underscore-members.md

latest4.4 KB
Original Source

DiagramTheme Members

Represents a diagram theme.

Constructors

NameDescription
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

NameDescription
ColorPaletteGets the theme’s color scheme.
ConnectorStylesGets the collection of connector styles.
ContainerFontSettingsGets the font settings for containers.
EffectCollectionGets the effects collection that specifies how colors are used in the theme.
FontSettingsGets the font settings for shapes and connectors.
IdGets the theme identifier.
NameGets the name of the theme.
ThemeShapeStylesGets the collection of shape styles.
VariantShapeStylesGets the collection of shape styles.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the name of the DiagramTheme.

See Also

DiagramTheme Class

DevExpress.Diagram.Core Namespace