TRVShapeItemInfo.GradientType

<< Click to display table of contents >>

TRVShapeItemInfo.GradientType

Type of gradient fill for shapes.

GradientType: TRVGradientType;

Gradient is drawn from StartColor to Color.

If GradientType = rvgtNone, the shape is filled with Color.

VCL and LCL: Gradient is used only if shapes are drawn using GDI+ (in Delphi XE2+ and optionally in Lazarus).

Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx to change value of this property as an editing operation (rveipcGradientType).

Default value

rvgtNone