menu

WPF

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

    Show / Hide Table of Contents

    Class HsvSolidColorPattern

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

    Inheritance
    System.Object
    ColorPattern
    HsvSolidColorPattern
    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 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
    Overrides
    ColorPattern.GetBrush(Theme, String)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved