[]
Defines the common properties for map dockable sub items
public abstract class MapDockableSubItem : MapSubItem
| Name | Description |
|---|---|
| MapDockableSubItem() | Initializes a new instance of the MapDockableSubItem class. |
| Name | Description |
|---|---|
| ActionInfo | Actions for the map sub item. |
| DockOutsideViewport | Gets or sets the sub item should be docked outside the viewport. Ignored if MapLocation is defined. An expression should evaluate to a bool. |
| Hidden | Gets or sets the item is hidden. An expression should evaluate to a bool. |
| Position | The position of the sub item. Ignored if MapLocation is defined. That evaluates to one of MapDockableSubItem.MapPosition. The default value is TopCenter. |
| ToolTip | Tool tip to display for the map sub item. An expression should evaluate to a string. |