HtmlForgeX

API Reference

Class

TablerAvatarGroup

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A group (list) of avatars. Supports stacked (overlapped) mode.

Inheritance

Constructors

public TablerAvatarGroup() #

Methods

public TablerAvatarGroup AddAvatar(Action<TablerAvatar> config) #
Returns: TablerAvatarGroup

Add an avatar to this group.

Parameters

config System.Action{HtmlForgeX.TablerAvatar} requiredposition: 0
public TablerAvatarGroup AddInitials(String initials, Action<TablerAvatar> config = null) #
Returns: TablerAvatarGroup

Add an avatar with initials.

Parameters

initials System.String requiredposition: 0
config System.Action{HtmlForgeX.TablerAvatar} = null optionalposition: 1
RegisterLibraries() #

Registers Tabler library requirements.

public TablerAvatarGroup Stacked(Boolean stacked = true) #
Returns: TablerAvatarGroup

Enable overlapped rendering.

Parameters

stacked System.Boolean = true optionalposition: 0
public override String ToString() #
Returns: String

Builds the HTML for the avatar group.