Class ColorItem
Represents a color item in the SfColorPalette control.
Inheritance
System.Object
ColorItem
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Media
Assembly: Syncfusion.SfColorPickers.UWP.dll
Syntax
public class ColorItem : Button, IDisposable
Constructors
ColorItem()
Initializes a new instance of the ColorItem class.
Declaration
public ColorItem()
Fields
TooltipVisibilityProperty
Using a DependencyProperty as the backing store for TooltipVisibility. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TooltipVisibilityProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
TooltipVisibility
Gets or sets the visibility status of the Tool Tip
Declaration
public Visibility TooltipVisibility { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Visibility |
Methods
Dispose()
Called when control unloaded
Declaration
public void Dispose()
Dispose(Boolean)
Called When control unloaded
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | indicating whether the control is disposed |
Implements
System.IDisposable