Class HsvLinearColorPattern
Represents a class to create linear color pattern for HSV color model.
Inheritance
System.Object
HsvLinearColorPattern
Assembly: Syncfusion.SfDiagram.UWP.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 |
Windows.Foundation.Point |
StartPoint
Gets or sets the start point of the linear color applied on objects.
Declaration
public Point StartPoint { get; set; }
Property Value
Type |
Windows.Foundation.Point |
Stops
Gets or sets the collection of the solid color patterns applied on objects.
Declaration
public HsvSolidColorPatternCollection Stops { get; set; }
Property Value
Gets or sets the trasform regions values of linear color patterns.
Declaration
public Transform Transform { get; set; }
Property Value
Type |
Windows.UI.Xaml.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 |
Windows.UI.Xaml.Media.Brush |
Overrides
GetSolidColorBrush(String)
Declaration
public SolidColorBrush GetSolidColorBrush(string hex)
Parameters
Type |
Name |
Description |
System.String |
hex |
|
Returns
Type |
Windows.UI.Xaml.Media.SolidColorBrush |
Extension Methods