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
public InfoLabel(Icon icon)
Parameters
icon
Icon
public InfoLabel(Image image)
Parameters
image
Image
public InfoLabel(string label)
Parameters
label
string
Properties
public object Label { get; }
Property Value
- object
Operators
public static implicit operator CardInfo.InfoLabel(string input)
Parameters
input
string
Returns
- CardInfo.InfoLabel