public final class StrokePosition
extends com.aspose.ms.System.Enum
The position setting controls the alignment of your stroke to the layer it's applied to in the StrokeEffect
.
Modifier and Type | Field and Description |
---|---|
static short |
Center
The stroke will be created from the edge of the shape and grow both inwards and outwards.
|
static short |
Inside
The stroke will be created from the edge of the shape and grow inward, to the center of the object.
|
static short |
Outside
The stroke will be created from the edge of the shape and will grow outwards, away from the object.
|
public static final short Inside
The stroke will be created from the edge of the shape and grow inward, to the center of the object.
public static final short Center
The stroke will be created from the edge of the shape and grow both inwards and outwards.
public static final short Outside
The stroke will be created from the edge of the shape and will grow outwards, away from the object.