Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorPickerValue - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorPickerValue

    Interface for Color picker values.

    Inheritance
    System.Object
    ColorPickerValue
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ColorPickerValue : Object

    Constructors

    ColorPickerValue()

    Declaration
    public ColorPickerValue()

    Properties

    Hex

    Specifies the color value as HEX format without opacity.

    Declaration
    public string Hex { get; set; }
    Property Value
    Type Description
    System.String

    Rgba

    Specifies the color value as RGBA format.

    Declaration
    public string Rgba { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved