API Reference
Class
TablerPretextMasonrySettings
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.
Returned or exposed by
Accepted by parameters
Methods
public TablerPretextMasonrySettings Class(String cssClass) #Returns:
TablerPretextMasonrySettingsEditorBrowsable(2)Adds an advanced CSS class to the masonry wrapper.
Parameters
- cssClass System.String
public TablerPretextMasonry End() #Returns:
TablerPretextMasonryReturns control to the root masonry builder.
public TablerPretextMasonrySettings Gap(Int32 pixels) #Returns:
TablerPretextMasonrySettingsSets the pixel gap between masonry cards.
Parameters
- pixels System.Int32
public TablerPretextMasonrySettings Id(String id) #Returns:
TablerPretextMasonrySettingsSets the rendered element id.
Parameters
- id System.String
public TablerPretextMasonrySettings MinColumnWidth(Int32 pixels) #Returns:
TablerPretextMasonrySettingsSets the minimum column width in pixels.
Parameters
- pixels System.Int32