LineSketchType
Contents
[
Hide
]LineSketchType class
Represents which sketch type or effect a shape has been assigned.
Constants
Name | Value | Description |
---|---|---|
NotDefined | -1 | Specifies that a shape Sketch effect is undefined. |
None | 0 | Specifies that a shape has no Sketch effect. This is equivalent to this property being empty. |
Curved | 1 | Specifies that a shape has the Curved effect, which turns each edge of the shape into one big gentle curve. |
Freehand | 2 | Specifies that a shape has the Freehand effect, which most closely resembles an imperfectly drawn line. |
Scribble | 3 | Specifies that a shape has the Scribble effect, which has exaggerated oscillation as if drawn purposely messy. |
NotDefined
Specifies that a shape Sketch effect is undefined.
None
Specifies that a shape has no Sketch effect. This is equivalent to this property being empty.
Curved
Specifies that a shape has the Curved effect, which turns each edge of the shape into one big gentle curve.
Freehand
Specifies that a shape has the Freehand effect, which most closely resembles an imperfectly drawn line.
Scribble
Specifies that a shape has the Scribble effect, which has exaggerated oscillation as if drawn purposely messy.