Class VariantDisplayInfo
Class VariantDisplayInfo.
Inherited Members
Namespace: Global Namespace
Syntax
[Serializable]
public class VariantDisplayInfo : DisplayInfo<string>
Properties
content
Gets or sets the content.
Declaration
public DisplayInfoContent content { get; set; }
Property Value
Type | Description |
---|---|
DisplayInfoContent | The content. |
variant
Gets or sets the variant.
Declaration
public Variant variant { get; set; }
Property Value
Type | Description |
---|---|
Variant | The variant. |