GraphicObject Class Members
In This Topic
The following tables list the members exposed by
GraphicObject.
Public Constructors
| Name | Description |
 | GraphicObject | Overloaded. Initializes a new instance of the class. |
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. |
 | IsVisible | Gets or sets a value indicating whether the interactive object is visible. |
 | Pen | Gets or sets a pen that should be used for drawing the object. |
 | PointTransform | Gets or sets a point transform of the object. |
Public Methods
Protected Methods
Public Events
| Name | Description |
 | StateChanged | Occurs when the object state is changed. |
See Also