Class FontSizes
Default font sizes.
public sealed record FontSizes : IEquatable<FontSizes>
- Inheritance
-
FontSizes
- Implements
- Inherited Members
Constructors
FontSizes()
Default font sizes.
public FontSizes()
Properties
Fixed
Default fixed font size.
public long? Fixed { get; init; }
Property Value
- long?
Standard
Default standard font size.
public long? Standard { get; init; }
Property Value
- long?