Class HsvLinearColorPattern
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 HsvLinearColorPattern : ColorPattern
Constructors
HsvLinearColorPattern()
Declaration
public HsvLinearColorPattern()
Properties
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Point |
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Point |
Stops
Declaration
public HsvSolidColorPatternCollection Stops { get; set; }
Property Value
Type | Description |
---|---|
HsvSolidColorPatternCollection |
Transform
Declaration
public Transform Transform { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Transform |
Methods
GetBrush(Theme, String)
Declaration
public override Brush GetBrush(Theme theme, string accent)
Parameters
Type | Name | Description |
---|---|---|
Theme | theme | |
System.String | accent |
Returns
Type | Description |
---|---|
System.Windows.Media.Brush |