WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorInfo

    Show / Hide Table of Contents

    Class ColorInfo

    Represents a base class for Solid, Linear and Radial brush composition.

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

    Constructors

    ColorInfo()

    Declaration
    protected ColorInfo()

    Properties

    Brush

    Gets or sets the Brush value that is used for color manipulation.

    Declaration
    public Brush Brush { get; set; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.Media.Brush

    Implements

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