Class HsvSolidColorPattern
Represents a class to create solid color pattern for HSV color model.
Namespace: Syncfusion.UI.Xaml.Diagram.Theming
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class HsvSolidColorPattern : ColorPattern
Constructors
HsvSolidColorPattern()
Declaration
public HsvSolidColorPattern()
Properties
BaseColor
Gets or sets base colors for HSV solid color pattern.
Declaration
public BaseColor BaseColor { get; set; }
Property Value
Type |
---|
BaseColor |
Brightness
Gets or sets brightness level for HSV solid color pattern.
Declaration
public Brightness Brightness { get; set; }
Property Value
Type |
---|
Brightness |
Color
Gets or sets color for HSV solid color pattern.
Declaration
public Brush Color { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
Offset
Gets or sets offset position values for HSV solid color pattern.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
Percentage
Gets or sets percentage value for HSV solid color pattern.
Declaration
public double Percentage { get; set; }
Property Value
Type |
---|
System.Double |
Methods
GetBrush(Theme, String)
Method to get base colors used in the HSV soli color pattern.
Declaration
public override Brush GetBrush(Theme theme, string accent)
Parameters
Type | Name | Description |
---|---|---|
Theme | theme | |
System.String | accent |
Returns
Type |
---|
System.Windows.Media.Brush |