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