asposediagram.api

Class LinePatternValue

Utility class containing constants. Specifies the line pattern of the shape.

Field Summary
const  intNONE
None.
const  intSOLID
Solid line.
const  intDASH
Dashed line.
const  intDOT
Dotted line.
const  intDASH_DOT
Dash-dot line.
const  intDASH_DOT_DOT
Dash-dot-dot line.
const  intTHICK_BETWEEN_THIN
Thick between thin.
const  intTHIN_THICK_THIN
Thin thick thin.
const  intTHICK_THIN
Thick thin.
const  intTHIN_THICK
Thin thick.
const  intDRAWN
Drawn line patterns.
const  intDRAWN_DOTS
Drawn dots.
const  intDRAWN_DASHED
Drawn dashed.
const  intDRAWN_DASH_DOT
Drawn dash dot.
const  intDRAWN_DASH_DOT_DOT
Drawn dash dot dot.
const  intDASHED_EVENLY_SPACED
Dashed - evenly spaced.
const  intDOTTED_EVENLY_SPACED
Dotted - evenly spaced.
const  intDASHED_CENTER
Dashed - center.
const  intDOTTED_CENTER
Dotted - center.
const  intLONG_DASH
Long dash.
const  intLONG_DASH_DOUBLE_DOT
Long dash - double dot.
const  intLONG_DASH_TRIPLE_DOT
Long dash - triple dot.
const  intSHORT_DASH
Short dash.
const  intSHORT_DASH_DOUBLE_DOT
Short dash - double dot.
const  intCUSTOM_MASTER
Custom.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • NONE

        const int NONE
        None.
      • SOLID

        const int SOLID
        Solid line.
      • DASH

        const int DASH
        Dashed line.
      • DOT

        const int DOT
        Dotted line.
      • DASH_DOT

        const int DASH_DOT
        Dash-dot line.
      • DASH_DOT_DOT

        const int DASH_DOT_DOT
        Dash-dot-dot line.
      • THICK_BETWEEN_THIN

        const int THICK_BETWEEN_THIN
        Thick between thin.
      • THIN_THICK_THIN

        const int THIN_THICK_THIN
        Thin thick thin.
      • THICK_THIN

        const int THICK_THIN
        Thick thin.
      • THIN_THICK

        const int THIN_THICK
        Thin thick.
      • DRAWN

        const int DRAWN
        Drawn line patterns.
      • DRAWN_DOTS

        const int DRAWN_DOTS
        Drawn dots.
      • DRAWN_DASHED

        const int DRAWN_DASHED
        Drawn dashed.
      • DRAWN_DASH_DOT

        const int DRAWN_DASH_DOT
        Drawn dash dot.
      • DRAWN_DASH_DOT_DOT

        const int DRAWN_DASH_DOT_DOT
        Drawn dash dot dot.
      • DASHED_EVENLY_SPACED

        const int DASHED_EVENLY_SPACED
        Dashed - evenly spaced.
      • DOTTED_EVENLY_SPACED

        const int DOTTED_EVENLY_SPACED
        Dotted - evenly spaced.
      • DASHED_CENTER

        const int DASHED_CENTER
        Dashed - center.
      • DOTTED_CENTER

        const int DOTTED_CENTER
        Dotted - center.
      • LONG_DASH

        const int LONG_DASH
        Long dash.
      • LONG_DASH_DOUBLE_DOT

        const int LONG_DASH_DOUBLE_DOT
        Long dash - double dot.
      • LONG_DASH_TRIPLE_DOT

        const int LONG_DASH_TRIPLE_DOT
        Long dash - triple dot.
      • SHORT_DASH

        const int SHORT_DASH
        Short dash.
      • SHORT_DASH_DOUBLE_DOT

        const int SHORT_DASH_DOUBLE_DOT
        Short dash - double dot.
      • CUSTOM_MASTER

        const int CUSTOM_MASTER
        Custom.
      • UNDEFINED

        const int UNDEFINED
        Undefined.