Determines a certain shape class attribute. This enumeration is used with the IsCommonValueSelected method and contains the following values:

Members

Member Description
Angle Specifies the attribute set through the Shape.Angle property.
AutoSize Specifies the attribute set through the Shape.AutoSize property.
CanFitToCanvas Specifies the attribute set through the Shape.CanFitToCanvas property.
FillColor Specifies the attribute set through the Shape.ShapeFill.Color property.
FlipHorizontal Specifies the horizontal attribute set through the Shape.Flip property.
FlipVertical Specifies the vertical attribute set through the Shape.Flip property.
Movable Specifies the attribute set through the Shape.Movable property.
LineColor Specifies the attribute set through the Shape.ShapeOutline.Color property.
LineWidth Specifies the attribute set through the Shape.ShapeOutline.Width property.
LocationX Specifies the x attribute set through the Shape.Location.X property.
LocationY Specifies the y attribute set through the Shape.Location.Y property.
Sizable Specifies the attribute set through the Shape.Sizable property.
SizeHeight Specifies the height attribute set through the Shape.Size.Height property.
SizeWidth Specifies the width attribute set through the Shape.Size.Width property.