menu

UWP

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

    Show / Hide Table of Contents

    Class ColorTooltip

    Represents a control that highlights the color selected by the user in the ColorSelectionBox control or the ColorSlider

    Inheritance
    System.Object
    ColorTooltip
    Namespace: Syncfusion.UI.Xaml.Controls.Media
    Assembly: Syncfusion.SfColorPickers.UWP.dll
    Syntax
    public sealed class ColorTooltip : Control

    Constructors

    ColorTooltip()

    Initializes a new instance of the ColorTooltip class.

    Declaration
    public ColorTooltip()
    See Also
    Syncfusion.UI.Xaml.Controls.Media

    Fields

    SelectedColorProperty

    Using a DependencyProperty as the backing store for MyProperty. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty SelectedColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    SelectedColor

    Gets or sets a color from the SfColorPicker control that has been selected.

    Declaration
    public Color SelectedColor { get; set; }
    Property Value
    Type
    Windows.UI.Color

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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