DiagramEditableResizeHandlesSettingsTagHelper
Example
Razor
<handles>
<fill></fill>
<hover></hover>
<stroke></stroke>
</handles>
ChildTags
| Tag Name | Details |
|---|---|
| fill | DiagramEditableResizeHandlesFillSettingsTagHelper |
| hover | DiagramEditableResizeHandlesHoverSettingsTagHelper |
| stroke | DiagramEditableResizeHandlesStrokeSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| height | Double | Specifies the height of the resizing handles. See the editable.resize configuration for an example. |
| width | Double | Specifies the width of the resizing handles. See the editable.resize configuration for an example. |