menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HsvLinearColorPattern - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HsvLinearColorPattern

    Represents a class to create linear color pattern for HSV color model.

    Inheritance
    System.Object
    ColorPattern
    HsvLinearColorPattern
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Overrides
    ColorPattern.GetBrush(Theme, String)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved