ColorFlowDirection

Enumerate values that describe color flow directions of a ColorPicker.
Namespace: ColorPicker.MauiAssembly: ColorPicker.Maui in (ColorPicker.Maui.dll)

Syntax

C#
public enum ColorFlowDirection : int

Members

Horizontal
Indicates that the colors will flow horizontally.
Vertical
Indicates that the colors will flow vertically.