HtmlForgeX

API Reference

Class

TablerPretextMasonrySettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings builder for TablerPretextMasonry.

Inheritance

  • Object
  • TablerPretextMasonrySettings

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 TablerPretextMasonrySettings Class(String cssClass) #
Returns: TablerPretextMasonrySettings
EditorBrowsable(2)

Adds an advanced CSS class to the masonry wrapper.

Parameters

cssClass System.String requiredposition: 0
public TablerPretextMasonry End() #
Returns: TablerPretextMasonry

Returns control to the root masonry builder.

public TablerPretextMasonrySettings Gap(Int32 pixels) #
Returns: TablerPretextMasonrySettings

Sets the pixel gap between masonry cards.

Parameters

pixels System.Int32 requiredposition: 0
public TablerPretextMasonrySettings Id(String id) #
Returns: TablerPretextMasonrySettings

Sets the rendered element id.

Parameters

id System.String requiredposition: 0
public TablerPretextMasonrySettings MinColumnWidth(Int32 pixels) #
Returns: TablerPretextMasonrySettings

Sets the minimum column width in pixels.

Parameters

pixels System.Int32 requiredposition: 0