asposediagram.api

Class FillType

Utility class containing constants. Fill format type.

Field Summary
const  intAUTOMATIC
Represents automatic formatting type.
const  intNONE
Represents none formatting type.
const  intSOLID
Solid fill format.
const  intGRADIENT
Gradient fill format.
const  intTEXTURE
Texture fill format.
const  intPATTERN
Pattern fill format.
 

    • Field Detail

      • AUTOMATIC

        const int AUTOMATIC
        Represents automatic formatting type.
      • NONE

        const int NONE
        Represents none formatting type.
      • SOLID

        const int SOLID
        Solid fill format.
      • GRADIENT

        const int GRADIENT
        Gradient fill format.
      • TEXTURE

        const int TEXTURE
        Texture fill format.
      • PATTERN

        const int PATTERN
        Pattern fill format.