Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LineDashEnding

Represents a hatch fill which fills polygonal geometry with a uniform series of parallel line symbols.

Read more...

Index

Enumeration members

Custom

Custom: = "Custom"

Custom - the pattern is fit to the length of the feature by adjusting the gaps slightly.

FullGap

FullGap: = "FullGap"

Full Gap - a space equal to the gap value will be placed on either side of control points.

FullPattern

FullPattern: = "FullPattern"

Full Pattern - a full dash will be placed on either side of control points.

HalfGap

HalfGap: = "HalfGap"

Half Gap - a space equal to the half the gap value will be placed on either side of control points.

HalfPattern

HalfPattern: = "HalfPattern"

Half Pattern - a half dash will be placed on either side of control points.

NoConstraint

NoConstraint: = "NoConstraint"

No Constraint - no constraint is applied to how the dash is placed.

Generated using TypeDoc