The following tables list the members exposed by AnnRunDesigner.
Public Constructors
Name | Description | |
---|---|---|
AnnRunDesigner | Initializes a new instance of AnnRunDesigner with the specified parameters. |
Protected Constructors
Name | Description | |
---|---|---|
AnnDesigner | Initializes a new instance of AnnDesigner with the specified parameters. (Inherited from AnnDesigner) |
Public Methods
Name | Description | |
---|---|---|
Cancel | Provides an implementation of the AnnDesigner.Cancel in this AnnRunDesigner object. | |
End | Ends this designer. (Inherited from AnnDesigner) | |
GetRenderer | Gets the object that is used to render the TargetObject. (Inherited from AnnDesigner) | |
Invalidate | Manually invalidates this designer. (Inherited from AnnDesigner) | |
OnPointerDoubleClick | Provides an implementation of the OnPointerDoubleClick method for this AnnRunDesigner object. | |
OnPointerDown | Provides an implementation of the OnPointerDown method for this AnnRunDesigner object. | |
OnPointerMove | Provides an implementation of the OnPointerMove method for this AnnRunDesigner object. | |
OnPointerUp | Provides an implementation of the OnPointerUp method for this AnnRunDesigner object. | |
SnapPointToGrid | Snaps the specified point to the container grid based on SnapToGridOptions. (Inherited from AnnDesigner) | |
Start | Starts this designer. (Inherited from AnnDesigner) |
Protected Methods
Name | Description | |
---|---|---|
ClipPoint | Clips the specified point. (Inherited from AnnDesigner) | |
EndWorking | Ends the running process. | |
OnRun | Raises the Run event. | |
StartWorking | Starts the running process. | |
Working | Continues the running process. |
Public Properties
Name | Description | |
---|---|---|
AutomationControl | Gets the automation control associated with this designer. (Inherited from AnnDesigner) | |
FinalTargetObject | Gets the final target object for this designer. (Inherited from AnnDesigner) | |
HasStarted | Gets a value that indicates whether this designer has started. (Inherited from AnnDesigner) | |
HitTestBuffer | Gets or sets the hit test buffer for this AnnRunDesigner. | |
IsMouseLeftButtonDown | Gets or sets a value indicating whether the left mouse button is currently down. (Inherited from AnnDesigner) | |
RestrictDesigners | Gets or sets a value that indicates whether the object should be restricted to a point inside the rectangle set in ClipRectangle. (Inherited from AnnDesigner) | |
SnapToGridOptions | Gets the AnnSnapToGridOptions for this AnnDesigner. (Inherited from AnnDesigner) | |
TargetObject | Gets or sets the target object for this designer. (Inherited from AnnDesigner) |
Protected Properties
Name | Description | |
---|---|---|
ClipRectangle | Gets the cursor clipping rectangle for this designer. (Inherited from AnnDesigner) | |
Container | Gets the AnnContainer object for this AnnDesigner. (Inherited from AnnDesigner) |
Public Events
Name | Description | |
---|---|---|
Run | Occurs when this AnnRunDesigner is running an AnnObject. |