Files
adas-core/Documentation/docs/api/adas_core.Domain.Models.MongoModels.UiFontData.yml
T
2026-06-26 10:29:23 +02:00

1331 lines
51 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.MongoModels.UiFontData
commentId: T:adas_core.Domain.Models.MongoModels.UiFontData
id: UiFontData
parent: adas_core.Domain.Models.MongoModels
children:
- adas_core.Domain.Models.MongoModels.UiFontData.BackGroundColor
- adas_core.Domain.Models.MongoModels.UiFontData.BorderColor
- adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginBot
- adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginLeft
- adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginRight
- adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginTop
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeHeaderValue
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleName
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleTextValue
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleValue
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumTextValue
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumValue
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMicroValue
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeName
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeNanoValue
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeTextValue
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeUnit
- adas_core.Domain.Models.MongoModels.UiFontData.FontSizeValue
- adas_core.Domain.Models.MongoModels.UiFontData.HeightStepBed
- adas_core.Domain.Models.MongoModels.UiFontData.WidthStepBed
langs:
- csharp
- vb
name: UiFontData
nameWithType: UiFontData
fullName: adas_core.Domain.Models.MongoModels.UiFontData
type: Class
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UiFontData
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 29
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: Represents data for a UI font, storing font-related information used for rendering user interface elements.
remarks: This class serves as a data container for font properties required by the UI rendering system.
example: []
syntax:
content: public class UiFontData
content.vb: Public Class UiFontData
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
- uid: adas_core.Domain.Models.MongoModels.UiFontData.WidthStepBed
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.WidthStepBed
id: WidthStepBed
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: WidthStepBed
nameWithType: UiFontData.WidthStepBed
fullName: adas_core.Domain.Models.MongoModels.UiFontData.WidthStepBed
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: WidthStepBed
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 31
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? WidthStepBed { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property WidthStepBed As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.WidthStepBed*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.HeightStepBed
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.HeightStepBed
id: HeightStepBed
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: HeightStepBed
nameWithType: UiFontData.HeightStepBed
fullName: adas_core.Domain.Models.MongoModels.UiFontData.HeightStepBed
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: HeightStepBed
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 33
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? HeightStepBed { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property HeightStepBed As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.HeightStepBed*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeValue
id: FontSizeValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeValue
nameWithType: UiFontData.FontSizeValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 35
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumValue
id: FontSizeMediumValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeMediumValue
nameWithType: UiFontData.FontSizeMediumValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeMediumValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 37
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeMediumValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeMediumValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeHeaderValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeHeaderValue
id: FontSizeHeaderValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeHeaderValue
nameWithType: UiFontData.FontSizeHeaderValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeHeaderValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeHeaderValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 39
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeHeaderValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeHeaderValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeHeaderValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleValue
id: FontSizeLittleValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeLittleValue
nameWithType: UiFontData.FontSizeLittleValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeLittleValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 41
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeLittleValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeLittleValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMicroValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMicroValue
id: FontSizeMicroValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeMicroValue
nameWithType: UiFontData.FontSizeMicroValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMicroValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeMicroValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 43
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeMicroValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeMicroValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMicroValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeNanoValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeNanoValue
id: FontSizeNanoValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeNanoValue
nameWithType: UiFontData.FontSizeNanoValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeNanoValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeNanoValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 45
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeNanoValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeNanoValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeNanoValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeTextValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeTextValue
id: FontSizeTextValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeTextValue
nameWithType: UiFontData.FontSizeTextValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeTextValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeTextValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 47
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeTextValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeTextValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeTextValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumTextValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumTextValue
id: FontSizeMediumTextValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeMediumTextValue
nameWithType: UiFontData.FontSizeMediumTextValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumTextValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeMediumTextValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 49
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeMediumTextValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeMediumTextValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumTextValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleTextValue
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleTextValue
id: FontSizeLittleTextValue
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeLittleTextValue
nameWithType: UiFontData.FontSizeLittleTextValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleTextValue
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeLittleTextValue
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 51
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeLittleTextValue { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeLittleTextValue As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleTextValue*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeName
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeName
id: FontSizeName
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeName
nameWithType: UiFontData.FontSizeName
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeName
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeName
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 53
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeName { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeName As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeName*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleName
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleName
id: FontSizeLittleName
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeLittleName
nameWithType: UiFontData.FontSizeLittleName
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleName
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeLittleName
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 55
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeLittleName { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeLittleName As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleName*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeUnit
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeUnit
id: FontSizeUnit
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: FontSizeUnit
nameWithType: UiFontData.FontSizeUnit
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeUnit
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FontSizeUnit
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 57
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? FontSizeUnit { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property FontSizeUnit As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeUnit*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BorderColor
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.BorderColor
id: BorderColor
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: BorderColor
nameWithType: UiFontData.BorderColor
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BorderColor
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: BorderColor
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 59
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? BorderColor { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property BorderColor As String
overload: adas_core.Domain.Models.MongoModels.UiFontData.BorderColor*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BackGroundColor
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.BackGroundColor
id: BackGroundColor
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: BackGroundColor
nameWithType: UiFontData.BackGroundColor
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BackGroundColor
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: BackGroundColor
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 61
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? BackGroundColor { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property BackGroundColor As String
overload: adas_core.Domain.Models.MongoModels.UiFontData.BackGroundColor*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginTop
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginTop
id: BoxMarginTop
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: BoxMarginTop
nameWithType: UiFontData.BoxMarginTop
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginTop
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: BoxMarginTop
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 63
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? BoxMarginTop { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property BoxMarginTop As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginTop*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginBot
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginBot
id: BoxMarginBot
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: BoxMarginBot
nameWithType: UiFontData.BoxMarginBot
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginBot
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: BoxMarginBot
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 65
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? BoxMarginBot { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property BoxMarginBot As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginBot*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginLeft
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginLeft
id: BoxMarginLeft
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: BoxMarginLeft
nameWithType: UiFontData.BoxMarginLeft
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginLeft
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: BoxMarginLeft
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 67
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? BoxMarginLeft { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property BoxMarginLeft As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginLeft*
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginRight
commentId: P:adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginRight
id: BoxMarginRight
parent: adas_core.Domain.Models.MongoModels.UiFontData
langs:
- csharp
- vb
name: BoxMarginRight
nameWithType: UiFontData.BoxMarginRight
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginRight
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Step.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: BoxMarginRight
path: ../../adas-core.Domain/Models/MongoModels/Step.cs
startLine: 69
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public double? BoxMarginRight { get; set; }
parameters: []
return:
type: System.Nullable{System.Double}
content.vb: Public Property BoxMarginRight As Double?
overload: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginRight*
references:
- uid: adas_core.Domain.Models.MongoModels
commentId: N:adas_core.Domain.Models.MongoModels
href: adas_core.html
name: adas_core.Domain.Models.MongoModels
nameWithType: adas_core.Domain.Models.MongoModels
fullName: adas_core.Domain.Models.MongoModels
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
- name: .
- uid: adas_core.Domain.Models.MongoModels
name: MongoModels
href: adas_core.Domain.Models.MongoModels.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
- name: .
- uid: adas_core.Domain.Models.MongoModels
name: MongoModels
href: adas_core.Domain.Models.MongoModels.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
name: IsNumber(object)
nameWithType: NumberUtils.IsNumber(object)
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
nameWithType.vb: NumberUtils.IsNumber(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
name.vb: IsNumber(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
name: ToDouble(object)
nameWithType: NumberUtils.ToDouble(object)
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
nameWithType.vb: NumberUtils.ToDouble(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
name.vb: ToDouble(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
parent: adas_core.Domain.Utils.ObjectUtils
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
name: ToStr(object)
nameWithType: ObjectUtils.ToStr(object)
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
nameWithType.vb: ObjectUtils.ToStr(Object)
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
name.vb: ToStr(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
isExternal: true
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
name: IsNumber(object)
nameWithType: NumberUtils.IsNumber(object)
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
nameWithType.vb: NumberUtils.IsNumber(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
name.vb: IsNumber(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.NumberUtils
commentId: T:adas_core.Domain.Utils.NumberUtils
parent: adas_core.Domain.Utils
href: adas_core.Domain.Utils.NumberUtils.html
name: NumberUtils
nameWithType: NumberUtils
fullName: adas_core.Domain.Utils.NumberUtils
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
isExternal: true
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
name: ToDouble(object)
nameWithType: NumberUtils.ToDouble(object)
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
nameWithType.vb: NumberUtils.ToDouble(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
name.vb: ToDouble(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
isExternal: true
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
name: ToStr(object)
nameWithType: ObjectUtils.ToStr(object)
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
nameWithType.vb: ObjectUtils.ToStr(Object)
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
name.vb: ToStr(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.ObjectUtils
commentId: T:adas_core.Domain.Utils.ObjectUtils
parent: adas_core.Domain.Utils
href: adas_core.Domain.Utils.ObjectUtils.html
name: ObjectUtils
nameWithType: ObjectUtils
fullName: adas_core.Domain.Utils.ObjectUtils
- uid: adas_core.Domain.Utils
commentId: N:adas_core.Domain.Utils
href: adas_core.html
name: adas_core.Domain.Utils
nameWithType: adas_core.Domain.Utils
fullName: adas_core.Domain.Utils
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Utils
name: Utils
href: adas_core.Domain.Utils.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Utils
name: Utils
href: adas_core.Domain.Utils.html
- uid: adas_core.Domain.Models.MongoModels.UiFontData.WidthStepBed*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.WidthStepBed
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_WidthStepBed
name: WidthStepBed
nameWithType: UiFontData.WidthStepBed
fullName: adas_core.Domain.Models.MongoModels.UiFontData.WidthStepBed
- uid: System.Nullable{System.Double}
commentId: T:System.Nullable{System.Double}
parent: System
definition: System.Nullable`1
href: https://learn.microsoft.com/dotnet/api/system.double
name: double?
nameWithType: double?
fullName: double?
nameWithType.vb: Double?
fullName.vb: Double?
name.vb: Double?
spec.csharp:
- uid: System.Double
name: double
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.double
- name: '?'
spec.vb:
- uid: System.Double
name: Double
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.double
- name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: adas_core.Domain.Models.MongoModels.UiFontData.HeightStepBed*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.HeightStepBed
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_HeightStepBed
name: HeightStepBed
nameWithType: UiFontData.HeightStepBed
fullName: adas_core.Domain.Models.MongoModels.UiFontData.HeightStepBed
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeValue
name: FontSizeValue
nameWithType: UiFontData.FontSizeValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeMediumValue
name: FontSizeMediumValue
nameWithType: UiFontData.FontSizeMediumValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeHeaderValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeHeaderValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeHeaderValue
name: FontSizeHeaderValue
nameWithType: UiFontData.FontSizeHeaderValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeHeaderValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeLittleValue
name: FontSizeLittleValue
nameWithType: UiFontData.FontSizeLittleValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMicroValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMicroValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeMicroValue
name: FontSizeMicroValue
nameWithType: UiFontData.FontSizeMicroValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMicroValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeNanoValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeNanoValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeNanoValue
name: FontSizeNanoValue
nameWithType: UiFontData.FontSizeNanoValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeNanoValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeTextValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeTextValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeTextValue
name: FontSizeTextValue
nameWithType: UiFontData.FontSizeTextValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeTextValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumTextValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumTextValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeMediumTextValue
name: FontSizeMediumTextValue
nameWithType: UiFontData.FontSizeMediumTextValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeMediumTextValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleTextValue*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleTextValue
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeLittleTextValue
name: FontSizeLittleTextValue
nameWithType: UiFontData.FontSizeLittleTextValue
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleTextValue
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeName*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeName
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeName
name: FontSizeName
nameWithType: UiFontData.FontSizeName
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeName
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleName*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleName
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeLittleName
name: FontSizeLittleName
nameWithType: UiFontData.FontSizeLittleName
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeLittleName
- uid: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeUnit*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.FontSizeUnit
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_FontSizeUnit
name: FontSizeUnit
nameWithType: UiFontData.FontSizeUnit
fullName: adas_core.Domain.Models.MongoModels.UiFontData.FontSizeUnit
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BorderColor*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.BorderColor
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_BorderColor
name: BorderColor
nameWithType: UiFontData.BorderColor
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BorderColor
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BackGroundColor*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.BackGroundColor
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_BackGroundColor
name: BackGroundColor
nameWithType: UiFontData.BackGroundColor
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BackGroundColor
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginTop*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginTop
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_BoxMarginTop
name: BoxMarginTop
nameWithType: UiFontData.BoxMarginTop
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginTop
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginBot*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginBot
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_BoxMarginBot
name: BoxMarginBot
nameWithType: UiFontData.BoxMarginBot
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginBot
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginLeft*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginLeft
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_BoxMarginLeft
name: BoxMarginLeft
nameWithType: UiFontData.BoxMarginLeft
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginLeft
- uid: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginRight*
commentId: Overload:adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginRight
href: adas_core.Domain.Models.MongoModels.UiFontData.html#adas_core_Domain_Models_MongoModels_UiFontData_BoxMarginRight
name: BoxMarginRight
nameWithType: UiFontData.BoxMarginRight
fullName: adas_core.Domain.Models.MongoModels.UiFontData.BoxMarginRight