PictureEffectsRaw Xojo Plugin

RenderGradientRaw.GradientTypeValues Enum

Enum that defines gradient types.

enum RenderGradientRaw.GradientTypeValues

Constants

HORIZONTAL = 0Horizontal
VERTICAL = 1Vertical
DIAGONAL = 2Diagonal - Uses The DiagonalLine property to control angle and length.
RADIAL = 3Radial - Uses RadialCenterPoint property to control center of the gradient and MaxRadius property to control maximum radius of the gradient.