Enumeration GradientDirection

This enumeration describes allowed direction types for gradient color.

Enumeration Members

VERTICAL: 0

Indicates gradient color will start from top point with startColor and will end at bottom point with endColor.

Android

Ios

Since

0.1

HORIZONTAL: 1

Indicates gradient color will start from left point with startColor and will end at right point with endColor.

Android

Ios

Since

0.1

DIAGONAL_LEFT: 2

Indicates gradient color will start from top-left point with startColor and will end at bottom-right point with endColor.

Android

Ios

Since

0.1

DIAGONAL_RIGHT: 3

Indicates gradient color will start from top-right point with startColor and will end at bottom-left point with endColor.

Android

Ios

Since

0.1

Generated using TypeDoc