Class HsvLinearColorPattern
Represents a class to create linear color pattern for HSV color model.
Namespace: Syncfusion.UI.Xaml.Diagram.Theming
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class HsvLinearColorPattern : ColorPattern
Constructors
HsvLinearColorPattern()
Declaration
public HsvLinearColorPattern()
Properties
EndPoint
Gets or sets the ending point of the linear color applied on objects.
Declaration
public Point EndPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
StartPoint
Gets or sets the start point of the linear color applied on objects.
Declaration
public Point StartPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
Stops
Gets or sets the collection of the solid color patterns applied on objects.
Declaration
public HsvSolidColorPatternCollection Stops { get; set; }
Property Value
Type |
---|
HsvSolidColorPatternCollection |
Transform
Gets or sets the trasform regions values of linear color patterns.
Declaration
public Transform Transform { get; set; }
Property Value
Type |
---|
System.Windows.Media.Transform |
Methods
GetBrush(Theme, String)
To get brush color values of linear color pattern of HSV model.
Declaration
public override Brush GetBrush(Theme theme, string accent)
Parameters
Type | Name | Description |
---|---|---|
Theme | theme | |
System.String | accent |
Returns
Type |
---|
System.Windows.Media.Brush |