Class BaseColor
Specifies the list of base colors for DiagramTheme class.
Inheritance
System.Object
BaseColor
Namespace: Syncfusion.UI.Xaml.Diagram.Theming
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class BaseColor : Enum
Fields
Accent
Defines the accent base color.
Declaration
public const BaseColor Accent
Field Value
Type |
---|
BaseColor |
Color
Defines the color value.
Declaration
public const BaseColor Color
Field Value
Type |
---|
BaseColor |
Dark
Defines the dark base color.
Declaration
public const BaseColor Dark
Field Value
Type |
---|
BaseColor |
Light
Defines the light base color.
Declaration
public const BaseColor Light
Field Value
Type |
---|
BaseColor |