Table of Contents

Class CardInfo.InfoLabel

Namespace
Dynamicweb.CoreUI.Displays.Widgets
Assembly
Dynamicweb.CoreUI.dll
public sealed record CardInfo.InfoLabel : IEquatable<CardInfo.InfoLabel>
Inheritance
CardInfo.InfoLabel
Implements
Inherited Members

Constructors

InfoLabel(Icon)

public InfoLabel(Icon icon)

Parameters

icon Icon

InfoLabel(Image)

public InfoLabel(Image image)

Parameters

image Image

InfoLabel(string)

public InfoLabel(string label)

Parameters

label string

Properties

Label

public object Label { get; }

Property Value

object

Operators

implicit operator InfoLabel(string)

public static implicit operator CardInfo.InfoLabel(string input)

Parameters

input string

Returns

CardInfo.InfoLabel
To top