Class IntegralTheme
Represents a class to integral type themes.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram.Theming
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class IntegralTheme : DiagramTheme, INotifyPropertyChanged
Constructors
IntegralTheme()
Creates a new instance of IntegralTheme class.
Declaration
public IntegralTheme()
Properties
ConnectorVariantStyles
Gets or sets the list of theme styles along with its theme style IDs of IntegralTheme for diagram connectors.
Declaration
public List<Dictionary<StyleId, DiagramItemStyle>> ConnectorVariantStyles { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Collections.Generic.Dictionary<StyleId, DiagramItemStyle>> |
VariantStyles
Gets or sets the list of theme styles along with its theme style IDs of IntegralTheme for diagram nodes.
Declaration
public List<Dictionary<StyleId, DiagramItemStyle>> VariantStyles { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Collections.Generic.Dictionary<StyleId, DiagramItemStyle>> |
Methods
InitializeStyles()
To generate the themes styles for integral theme.
Declaration
public override void InitializeStyles()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged