ShapeAdjustmentType

ShapeAdjustmentType enumeration

Specifies different types of shape adjustment values.

public enum ShapeAdjustmentType

Values

NameValueDescription
Custom0Custom type (unknown adjustment)
CornerSize1Controls the size of the corners.
LeftUpCorner2Controls the up left corner.
RightUpCorner3Controls the up right corner.
UpCorners4Controls the upper corners.
DownCorners5Controls the down corners.
Thickness6Controls the thickness of the figure.
ArrowTailThickness7Controls the thickness of the arrow tail.
ArrowheadLength8Controls the length of the arrowhead.
ArrowheadWidth9Controls the width of the arrowhead.
Radius10Controls the size of the radius of the shape or its part.
Depth11Controls the depth of the gear teeth or the bevel effect.
ShapePartOffset12Controls the offset of one part of the figure relative to another.
Angle13Controls the angle for figure or its part.
StartAngle14Start angle for pie and arc shapes.
EndAngle15End angle for pie and arc shapes.
StartPointX16Controls the callout start point X position.
StartPointY17Controls the callout start point Y position.
ConnectorPoint1X18Controls the horizontal position of the callout angle adjustment point.
ConnectorPoint1Y19Controls the vertical position of the callout angle adjustment point.
ConnectorPoint2X20Controls the horizontal position of the callout angle adjustment point.
ConnectorPoint2Y21Controls the vertical position of the callout angle adjustment point.
ConnectorBendPositionX22Controls the horizontal position of the bend in the connector.
ConnectorBendPositionY23Controls the vertical position of the bend in the connector.
AttachY24Controls the vertical attachment point of the figure.
AttachX25Controls the horizontal attachment point of the figure.
CalloutHeight26Controls the vertical size of the callaut.
CalloutWidth27Controls the horizont size of the callaut.
CalloutSize28Controls the size of the callaut.
Curvature29Curvature of a bent, braces, curved arrow or shape.
HorizontalThickness30Controls the horizontal thickness of the corner shape.
VerticalThickness31Controls the vertical thickness of the corner shape.
VerticalSize32Controls the vertical size of the shape.
HorizontalSize33Controls the horizontal size of the shape.
Top34Controls the top side of a shape.

See Also