menu

WinUI

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

    Show / Hide Table of Contents

    Class SolidColorInfo

    Represents the class for solid color element composition.

    Inheritance
    System.Object
    NotificationObject
    ColorInfo
    SolidColorInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ColorInfo.Brush
    NotificationObject.PropertyChanged
    NotificationObject.RaisePropertyChanged(String[])
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class SolidColorInfo : ColorInfo, INotifyPropertyChanged

    Constructors

    SolidColorInfo(SolidColorBrush)

    Initializes a new instance of the SolidColorInfo class.

    Declaration
    public SolidColorInfo(SolidColorBrush brush)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Media.SolidColorBrush brush

    Brush value to be manipulated.

    Properties

    CMYKColor

    Gets or sets the CMYK color elements composition.

    Declaration
    public CMYKColor CMYKColor { get; set; }
    Property Value
    Type
    CMYKColor

    Color

    Gets or sets the Color of the ColorPicker.

    Declaration
    public RGBColor Color { get; set; }
    Property Value
    Type
    RGBColor

    HSLColor

    Gets or sets the HSL color elements composition.

    Declaration
    public HSLColor HSLColor { get; set; }
    Property Value
    Type
    HSLColor

    HSVColor

    Gets or sets the HSV color elements composition.

    Declaration
    public HSVColor HSVColor { get; set; }
    Property Value
    Type
    HSVColor

    Methods

    RaisePropertyChanged(String)

    Raises this object's PropertyChanged event.

    Declaration
    protected override void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    The property that has a new value.

    Overrides
    NotificationObject.RaisePropertyChanged(String)

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved