Class Theme
Inheritance
System.Object
Theme
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Diagram.Theming
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class Theme
Constructors
Theme()
Declaration
public Theme()
Properties
ColorPalette
Declaration
public ColorPalette ColorPalette { get; set; }
Property Value
Type | Description |
---|---|
ColorPalette |
ConnectorEffects
Declaration
public EffectCollection ConnectorEffects { get; set; }
Property Value
Type | Description |
---|---|
EffectCollection |
ShapeEffects
Declaration
public EffectCollection ShapeEffects { get; set; }
Property Value
Type | Description |
---|---|
EffectCollection |
VariantEffects
Declaration
public EffectCollection VariantEffects { get; set; }
Property Value
Type | Description |
---|---|
EffectCollection |
Methods
GenerateConnectorStyles()
Declaration
public virtual Dictionary<StyleId, DiagramItemStyle> GenerateConnectorStyles()
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<StyleId, DiagramItemStyle> |
GenerateNodeStyles()
Declaration
public virtual Dictionary<StyleId, DiagramItemStyle> GenerateNodeStyles()
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<StyleId, DiagramItemStyle> |