Name | Description | |
---|---|---|
CreateItemDistanceProperty | ||
NCreatePageItemToolSchema | Schema associated with NCreatePageItemTool |
The following tables list the members exposed by NCreatePageItemTool<TPageItem>.
Name | Description | |
---|---|---|
CreateItemDistanceProperty | ||
NCreatePageItemToolSchema | Schema associated with NCreatePageItemTool |
Name | Description | |
---|---|---|
CreateItemDistance | Gets or sets the distance, beyond which the mouse has to be dragged for the respective page item to be created. |
Name | Description | |
---|---|---|
CreateItemDistancePassed | Gets the CreateItemDistance has been passed. | |
EndSnapPoint | Gets the snap point (in drawing coordinates) with which the page item preview was last stretched. | |
PageItem | Obtains a reference to the page element, which is created for preview purposes. | |
StartSnapPoint | Gets the snap point (in drawing coordinates) with which the page item preview was started. |
Name | Description | |
---|---|---|
CanActivate | Overloaded. Overridden. Determines whether the tool can activate | |
OnMouseMove | Overridden. Processes the mouse move event |
Name | Description | |
---|---|---|
AddPageItemToActivePage | Adds the page item to the active page. This implementation adds the created item to the active page and single selects its. | |
CreatePageItem | Must override to create a new page item that the tool edits and later appends to the page | |
EndPreview | Ends the preview of the page item. This implementation removes the item from the active page previews. | |
IsPageItemContentEmpty | Determines whether the page item content is empty | |
OnAborted | Overridden. Overriden to end a drag operation in the view | |
OnActivated | Overridden. Overriden to start a drag operation in the view | |
OnDeactivated | Overridden. Overriden to end a drag operation in the view | |
OnEnabledChanged | Overridden. Called when the enabled flag has changed | |
SnapPoint | Snaps the begin or end point point | |
StartPreview | Starts a the page item preview. This implementation creates a page item and adds it the active page previews. | |
StretchPreview | Must override to stretch the preview according to the current values of BeginPagePos and EndPagePos. |