menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HsvLinearColorPattern - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram.Theming
    Assembly: Syncfusion.SfDiagram.UWP.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
    Windows.Foundation.Point

    StartPoint

    Gets or sets the start point of the linear color applied on objects.

    Declaration
    public Point StartPoint { get; set; }
    Property Value
    Type
    Windows.Foundation.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.Media.Brush
    Overrides
    ColorPattern.GetBrush(Theme, String)

    GetSolidColorBrush(String)

    Declaration
    public SolidColorBrush GetSolidColorBrush(string hex)
    Parameters
    Type Name Description
    System.String hex
    Returns
    Type
    Windows.UI.Xaml.Media.SolidColorBrush

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved