asposecells.api

Class GradientStyleType

Utility class containing constants. Represents gradient shading style.

Field Summary
const  intDIAGONAL_DOWN
Diagonal down shading style
const  intDIAGONAL_UP
Diagonal up shading style
const  intFROM_CENTER
From center shading style
const  intFROM_CORNER
From corner shading style
const  intHORIZONTAL
Horizontal shading style
const  intVERTICAL
Vertical shading style
const  intUNKNOWN
Unknown shading style.Only for the shading style(which is not for any member of the GradientStyleType) in the template file.
 

    • Field Detail

      • DIAGONAL_DOWN

        const int DIAGONAL_DOWN
        Diagonal down shading style
      • DIAGONAL_UP

        const int DIAGONAL_UP
        Diagonal up shading style
      • FROM_CENTER

        const int FROM_CENTER
        From center shading style
      • FROM_CORNER

        const int FROM_CORNER
        From corner shading style
      • HORIZONTAL

        const int HORIZONTAL
        Horizontal shading style
      • VERTICAL

        const int VERTICAL
        Vertical shading style
      • UNKNOWN

        const int UNKNOWN
        Unknown shading style.Only for the shading style(which is not for any member of the GradientStyleType) in the template file.