[]
Represents the dockable subitem of a map.
public interface IMapDockableSubItem : IMapSubItem
| Name | Description |
|---|---|
| Action | Gets the action associated with the element if any, otherwise |
| DockOutsideViewport | Gets a value indicating whether the sub item should be docked outside the viewport. Ignored if MapLocation is defined. |
| Hidden | Gets a value indicating whether the item is hidden. |
| Position | Gets the position of the sub item. Ignored if MapLocation is defined. The default value is TopCenter. |
| ToolTip | Gets the tooltip. |