Changes the display of certain shapes.
If Shape = CustomShape, then specifies the number of sides of the shape (range 3 - 50, default 10)
If Shape = CustomStar, then specifies the number of points of the star (range 3 - 50, default 10)
If Shape = CustomExplosion, then specifies the number of points of the explosion (range 3 - 50, default 12)
If Shape = EllipseSegment, then specifies the width of the ellipse segment (in degrees) (range 1 - 90, default 45)
Default: 0 (uses the default for that shape)
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int ShapeModifier { get; set; }
Public Property ShapeModifier As Integer Get Set
public: property int ShapeModifier { int get (); void set (int value); }