Name | Description | |
---|---|---|
NBoundsEditWidget Constructor | Default constructor. |
The following tables list the members exposed by NBoundsEditWidget.
Name | Description | |
---|---|---|
NBoundsEditWidget Constructor | Default constructor. |
Name | Description | |
---|---|---|
DocumentBoundsProperty | Reference to the DocumentBounds property. | |
InflateStepProperty | Reference to the InflateStep property. | |
NBoundsEditWidgetSchema | Schema associated with NBoundsEditWidget. | |
SelectedBoundsProperty | Reference to the SelectedBounds property. | |
SelectionBoundsProperty | Reference to the SelectionBounds property. |
Name | Description | |
---|---|---|
DocumentBounds | Gets/Sets the bounds of the document. By default set to NRectangle.Zero. | |
InflateStep | Gets/Sets the inflate step, which is used when clicking the "Inflate" and "Deflate" buttons. By default set to 5 DIPs. | |
SelectedBounds | Gets/Sets the selected bounds. | |
SelectionBounds | Gets/Sets the bounds of the selection. By default set to NRectangle.NaN. |
Name | Description | |
---|---|---|
Initialize | Initializes this bounds edit widget. |
Name | Description | |
---|---|---|
CreateCommandsToolbar | Creates the commands toolbar. | |
CreateNumericUpDown | Creates a numeric up/down and initializes it with the given value. | |
GetBoundsForButton | Gets the bounds referenced by the button at the given index. | |
OnBoundsGroupSelectedIndexChanged | Called when the index of the bounds toggle button group has changed. | |
OnDeflateButtonClick | Called when the "Deflate" button has been clicked. | |
OnInflateButtonClick | Called when the "Inflate" button has been clicked. | |
OnNumericUpDownValueChanged | Called when the value of a numeric up down has changed. | |
OnRegistered | Overridden. Called after the document node is registered in its owner document. | |
OnUnregistered | Overridden. Called after the document node is unregistered from its owner document. |
Name | Description | |
---|---|---|
SelectedBoundsChanged | Occurs when the SelectedBounds property has changed. |