Variable BorderStyleConst

BorderStyle: {
    DASHED: "dashed";
    DASH_DOT_STROKED: "dashDotStroked";
    DASH_SMALL_GAP: "dashSmallGap";
    DOTTED: "dotted";
    DOT_DASH: "dotDash";
    DOT_DOT_DASH: "dotDotDash";
    DOUBLE: "double";
    DOUBLE_WAVE: "doubleWave";
    INSET: "inset";
    NIL: "nil";
    NONE: "none";
    OUTSET: "outset";
    SINGLE: "single";
    THICK: "thick";
    THICK_THIN_LARGE_GAP: "thickThinLargeGap";
    THICK_THIN_MEDIUM_GAP: "thickThinMediumGap";
    THICK_THIN_SMALL_GAP: "thickThinSmallGap";
    THIN_THICK_LARGE_GAP: "thinThickLargeGap";
    THIN_THICK_MEDIUM_GAP: "thinThickMediumGap";
    THIN_THICK_SMALL_GAP: "thinThickSmallGap";
    THIN_THICK_THIN_LARGE_GAP: "thinThickThinLargeGap";
    THIN_THICK_THIN_MEDIUM_GAP: "thinThickThinMediumGap";
    THIN_THICK_THIN_SMALL_GAP: "thinThickThinSmallGap";
    THREE_D_EMBOSS: "threeDEmboss";
    THREE_D_ENGRAVE: "threeDEngrave";
    TRIPLE: "triple";
    WAVE: "wave";
} = ...

Type declaration

  • Readonly DASHED: "dashed"
  • Readonly DASH_DOT_STROKED: "dashDotStroked"
  • Readonly DASH_SMALL_GAP: "dashSmallGap"
  • Readonly DOTTED: "dotted"
  • Readonly DOT_DASH: "dotDash"
  • Readonly DOT_DOT_DASH: "dotDotDash"
  • Readonly DOUBLE: "double"
  • Readonly DOUBLE_WAVE: "doubleWave"
  • Readonly INSET: "inset"
  • Readonly NIL: "nil"
  • Readonly NONE: "none"
  • Readonly OUTSET: "outset"
  • Readonly SINGLE: "single"
  • Readonly THICK: "thick"
  • Readonly THICK_THIN_LARGE_GAP: "thickThinLargeGap"
  • Readonly THICK_THIN_MEDIUM_GAP: "thickThinMediumGap"
  • Readonly THICK_THIN_SMALL_GAP: "thickThinSmallGap"
  • Readonly THIN_THICK_LARGE_GAP: "thinThickLargeGap"
  • Readonly THIN_THICK_MEDIUM_GAP: "thinThickMediumGap"
  • Readonly THIN_THICK_SMALL_GAP: "thinThickSmallGap"
  • Readonly THIN_THICK_THIN_LARGE_GAP: "thinThickThinLargeGap"
  • Readonly THIN_THICK_THIN_MEDIUM_GAP: "thinThickThinMediumGap"
  • Readonly THIN_THICK_THIN_SMALL_GAP: "thinThickThinSmallGap"
  • Readonly THREE_D_EMBOSS: "threeDEmboss"
  • Readonly THREE_D_ENGRAVE: "threeDEngrave"
  • Readonly TRIPLE: "triple"
  • Readonly WAVE: "wave"

Generated using TypeDoc