Class UiFontData
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents data for a UI font, storing font-related information used for rendering user interface elements.
public class UiFontData
- Inheritance
-
UiFontData
- Inherited Members
- Extension Methods
Remarks
This class serves as a data container for font properties required by the UI rendering system.
Properties
BackGroundColor
public string? BackGroundColor { get; set; }
Property Value
BorderColor
public string? BorderColor { get; set; }
Property Value
BoxMarginBot
public double? BoxMarginBot { get; set; }
Property Value
BoxMarginLeft
public double? BoxMarginLeft { get; set; }
Property Value
BoxMarginRight
public double? BoxMarginRight { get; set; }
Property Value
BoxMarginTop
public double? BoxMarginTop { get; set; }
Property Value
FontSizeHeaderValue
public double? FontSizeHeaderValue { get; set; }
Property Value
FontSizeLittleName
public double? FontSizeLittleName { get; set; }
Property Value
FontSizeLittleTextValue
public double? FontSizeLittleTextValue { get; set; }
Property Value
FontSizeLittleValue
public double? FontSizeLittleValue { get; set; }
Property Value
FontSizeMediumTextValue
public double? FontSizeMediumTextValue { get; set; }
Property Value
FontSizeMediumValue
public double? FontSizeMediumValue { get; set; }
Property Value
FontSizeMicroValue
public double? FontSizeMicroValue { get; set; }
Property Value
FontSizeName
public double? FontSizeName { get; set; }
Property Value
FontSizeNanoValue
public double? FontSizeNanoValue { get; set; }
Property Value
FontSizeTextValue
public double? FontSizeTextValue { get; set; }
Property Value
FontSizeUnit
public double? FontSizeUnit { get; set; }
Property Value
FontSizeValue
public double? FontSizeValue { get; set; }
Property Value
HeightStepBed
public double? HeightStepBed { get; set; }
Property Value
WidthStepBed
public double? WidthStepBed { get; set; }