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
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 |