alexa

    Show / Hide Table of Contents

    Class HighlightColorPicker

    Interaction logic for HighlightColorPicker.xaml

    Inheritance
    System.Object
    HighlightColorPicker
    Implements
    System.Windows.Markup.IComponentConnector
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextRibbon.WPF.dll
    Syntax
    public class HighlightColorPicker : UserControl, IComponentConnector

    Constructors

    HighlightColorPicker()

    Declaration
    public HighlightColorPicker()

    Fields

    ColorProperty

    Declaration
    public static readonly DependencyProperty ColorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Color

    Color Property of HighlightColorPicker

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    Methods

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    Events

    ColorClicked

    Declaration
    public event EventHandler ColorClicked
    Event Type
    Type
    System.EventHandler

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX