Class PaletteCellShape
Specifies the mode of the color picker.
Inheritance
System.Object
PaletteCellShape
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class PaletteCellShape : Enum
Fields
Circle
The color palette is displayed with circular grid cells.
Declaration
public const PaletteCellShape Circle
Field Value
Type |
---|
PaletteCellShape |
Default
A rectangular palette showing opacity variations of base colors.
Declaration
public const PaletteCellShape Default
Field Value
Type |
---|
PaletteCellShape |
Square
The color palette is displayed with rectangular grid cells.
Declaration
public const PaletteCellShape Square
Field Value
Type |
---|
PaletteCellShape |