ColorPicker

A control that allows the user to pick a Color.

Inheritance

ContentViewColorPicker
Namespace: ColorPicker.MauiAssembly: ColorPicker.Maui in (ColorPicker.Maui.dll)

Syntax

C#
public class ColorPicker : ContentView

Constructors

Initializes a new instance of the ColorPicker class.

Properties

Gets or sets the Base Color List.
Gets or sets the Color List flow Direction.
Gets or sets the Color Spectrum Gradient Style.
Checks whether this ColorPicker is in a rendering state. A ColorPicker in a rendering state cannot have its properties modified by outside code.
Gets and sets the current picked Color. This is a bindable property.
Gets or sets the Picker Pointer Ring Border Size. The size is calculated relative to the pixel size of the picker pointer.
Gets or sets the Picker Pointer Ring Diameter. The size is calculated relative to the view canvas size.
Gets or sets the Picker Pointer X position. The value is calculated relative to the view canvas width.
Gets or sets the Picker Pointer Y position. The value is calculated relative to the view canvas height.

Events

Occurs when the Picked Color changes

Fields

Backing store for the BaseColorList property.
Backing store for the ColorFlowDirection property.
Backing store for the ColorSpectrumStyle property.
Backing store for the PickedColor property.
Backing store for the PointerRingBorderUnits property.
Backing store for the PointerRingDiameterUnits property.
Backing store for the PointerRingPositionXUnits property.
Backing store for the PointerRingPositionYUnits property.