API Reference
Class
TablerServiceConfigurationMapSettings
Settings sub-builder for TablerServiceConfigurationMap.
Inheritance
- Object
- TablerServiceConfigurationMapSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method TablerServiceConfigurationMapSettings.Card
- Method TablerServiceConfigurationMapSettings.Compact
- Method TablerServiceConfigurationMapSettings.Controls
- Method TablerServiceConfigurationMapSettings.DefaultZoom
- Method TablerServiceConfigurationMapSettings.InspectorAccordions
- Method TablerServiceConfigurationMapSettings.InteractiveNodes
Accepted by parameters
Methods
public TablerServiceConfigurationMapSettings Card(Boolean show = true) #Returns:
TablerServiceConfigurationMapSettingsShows or hides the outer card frame.
Parameters
- show System.Boolean = true
public TablerServiceConfigurationMapSettings Compact(Boolean enable = true) #Returns:
TablerServiceConfigurationMapSettingsUses tighter spacing for embedded studio pages.
Parameters
- enable System.Boolean = true
public TablerServiceConfigurationMapSettings Controls(Boolean show = true) #Returns:
TablerServiceConfigurationMapSettingsShows fit/zoom controls for large branching maps.
Parameters
- show System.Boolean = true
public TablerServiceConfigurationMapSettings DefaultZoom(Int32 percent) #Returns:
TablerServiceConfigurationMapSettingsSets initial zoom percentage for the map canvas. Values are clamped between 60 and 140.
Parameters
- percent System.Int32
public TablerServiceConfigurationMap End() #Returns:
TablerServiceConfigurationMapReturns the root configuration map.
public TablerServiceConfigurationMapSettings InspectorAccordions(Boolean enable = true) #Returns:
TablerServiceConfigurationMapSettingsGroups inspector fields into native accordion sections for dense configuration or database records.
Parameters
- enable System.Boolean = true
public TablerServiceConfigurationMapSettings InteractiveNodes(Boolean enable = true) #Returns:
TablerServiceConfigurationMapSettingsAllows selecting map nodes to reveal their structured details below the map.
Parameters
- enable System.Boolean = true