WPF

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

    Show / Hide Table of Contents

    Class HsvSolidColorPattern

    Inheritance
    System.Object
    ColorPattern
    HsvSolidColorPattern
    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 HsvSolidColorPattern : ColorPattern

    Constructors

    HsvSolidColorPattern()

    Declaration
    public HsvSolidColorPattern()

    Properties

    BaseColor

    Declaration
    public BaseColor BaseColor { get; set; }
    Property Value
    Type Description
    BaseColor

    Brightness

    Declaration
    public Brightness Brightness { get; set; }
    Property Value
    Type Description
    Brightness

    Color

    Declaration
    public Brush Color { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    Offset

    Declaration
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    Percentage

    Declaration
    public double Percentage { get; set; }
    Property Value
    Type Description
    System.Double

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