WPF

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

    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 Description
    System.Windows.DependencyProperty

    Properties

    Color

    Color Property of HighlightColorPicker

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

    Methods

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    Events

    ColorClicked

    Declaration
    public event EventHandler ColorClicked
    Event Type
    Type Description
    System.EventHandler

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved