Class IconValueList
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a list of icon values, providing a collection structure for managing and accessing icon-related data.
public class IconValueList
- Inheritance
-
IconValueList
- Inherited Members
- Extension Methods
Properties
Height
public float? Height { get; set; }
Property Value
IconList
public List<string>? IconList { get; set; }
Property Value
MaxValue
public double? MaxValue { get; set; }
Property Value
MinValue
public double? MinValue { get; set; }
Property Value
Width
public float? Width { get; set; }