RectangularGraphicObject Class Properties
In This Topic
For a list of all properties of this type, see
RectangularGraphicObject.
Public Properties
| | Name | Description |
 | Brush | Gets or sets a brush that should be used for filling the object. |
 | InteractionController | Gets or sets an interaction controller of interactive object. (Inherited from GraphicObject) |
 | IsVisible | Gets or sets a value indicating whether the interactive object is visible. (Inherited from GraphicObject) |
 | Pen | Gets or sets a pen that should be used for drawing the object. |
 | PointTransform | Gets or sets a point transform of the object. (Inherited from GraphicObject) |
 | Rectangle | Gets or sets the bounding box, in object space, of rectangle. |
See Also