DiagramSelectableSettingsTagHelper
Example
Razor
<selectable>
<fill></fill>
<stroke></stroke>
</selectable>
ChildTags
| Tag Name | Details |
|---|---|
| fill | DiagramSelectableFillSettingsTagHelper |
| stroke | DiagramSelectableStrokeSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| enabled | Boolean | Enables or disables the configuration. |
| key | DiagramSelectableKey | The selectable key. |
| multiple | Boolean | Specifies if the multiple selection should be enabled. |
| offset | Double | Defines the offset (in pixels) of the selection rectangle from the shape bounds. |