PictureEffectsRaw Xojo Plugin
RenderGradientRaw.GradientTypeValues Enum
Enum that defines gradient types.
enum RenderGradientRaw.GradientTypeValues
Constants
HORIZONTAL = 0
Horizontal
VERTICAL = 1
Vertical
DIAGONAL = 2
Diagonal - Uses The DiagonalLine property to control angle and length.
RADIAL = 3
Radial - Uses RadialCenterPoint property to control center of the gradient and MaxRadius property to control maximum radius of the gradient.