HtmlForgeX

API Reference

Class

TablerFileServiceCapabilityStripSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerFileServiceCapabilityStrip.

Inheritance

  • Object
  • TablerFileServiceCapabilityStripSettings

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 TablerFileServiceCapabilityStripSettings Card(Boolean show = true) #
Returns: TablerFileServiceCapabilityStripSettings

Shows or hides the outer card frame.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileServiceCapabilityStripSettings Columns(Int32 count) #
Returns: TablerFileServiceCapabilityStripSettings

Sets the preferred desktop column count. Values are clamped between 1 and 8.

Parameters

count System.Int32 requiredposition: 0
public TablerFileServiceCapabilityStripSettings Compact(Boolean enable = true) #
Returns: TablerFileServiceCapabilityStripSettings

Uses tighter spacing for footer-like trust bands.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerFileServiceCapabilityStrip End() #
Returns: TablerFileServiceCapabilityStrip

Returns the root capability strip.

public TablerFileServiceCapabilityStripSettings Tone(TablerFileServiceCapabilityTone tone) #
Returns: TablerFileServiceCapabilityStripSettings

Sets the visual tone for the strip.

Parameters

tone HtmlForgeX.TablerFileServiceCapabilityTone requiredposition: 0