HtmlForgeX

API Reference

Class

TablerServiceConfigurationMapSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerServiceConfigurationMapSettings Card(Boolean show = true) #
Returns: TablerServiceConfigurationMapSettings

Shows or hides the outer card frame.

Parameters

show System.Boolean = true optionalposition: 0
public TablerServiceConfigurationMapSettings Compact(Boolean enable = true) #
Returns: TablerServiceConfigurationMapSettings

Uses tighter spacing for embedded studio pages.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigurationMapSettings Controls(Boolean show = true) #
Returns: TablerServiceConfigurationMapSettings

Shows fit/zoom controls for large branching maps.

Parameters

show System.Boolean = true optionalposition: 0
public TablerServiceConfigurationMapSettings DefaultZoom(Int32 percent) #
Returns: TablerServiceConfigurationMapSettings

Sets initial zoom percentage for the map canvas. Values are clamped between 60 and 140.

Parameters

percent System.Int32 requiredposition: 0
public TablerServiceConfigurationMap End() #
Returns: TablerServiceConfigurationMap

Returns the root configuration map.

public TablerServiceConfigurationMapSettings InspectorAccordions(Boolean enable = true) #
Returns: TablerServiceConfigurationMapSettings

Groups inspector fields into native accordion sections for dense configuration or database records.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigurationMapSettings InteractiveNodes(Boolean enable = true) #
Returns: TablerServiceConfigurationMapSettings

Allows selecting map nodes to reveal their structured details below the map.

Parameters

enable System.Boolean = true optionalposition: 0