Hide Comments
Hide Comments

Comments (0)

Defines the gradient spread type, which indicates what happens if the gradient starts or ends inside the bounds of the target rectangle.

Namespace: RSSVGTypes

expandingSyntax

Delphi

type 
  TSVGGradientSpread = (gsNone, 
  gsPad, 
  gsReflect, 
  gsRepeat); 
 

expandingMembers

 

Name

Description

public enummember

gsNone

Represents constant gsNone.

public enummember

gsPad

use the terminal colors of the gradient to fill the remainder of the target region

public enummember

gsReflect

reflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled

public enummember

gsRepeat

repeat the gradient pattern start- to-end, start-to-end, start- to-end, etc. continuously until the target region is filled

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb