WPF

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

    Show / Hide Table of Contents

    Class HsvLinearColorPattern

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