[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleFontSize

C1StyleFontSize Struct

Struct that describe a font-size.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public struct C1StyleFontSize

Constructors

Name Description
C1StyleFontSize(C1StyleLength)

Initializes a new instance of the C1StyleLength struct.

Properties

Name Description
Inherit

Gets the "inherit" font-size.

Initial

Gets the initial font-size.

Kind

Gets the kind of length.

Large

Gets the large font-size.

Larger

Gets the larger font-size.

Length

Gets the length of the font-size.

Medium

Gets the medium font-size.

Small

Gets the small font-size.

Smaller

Gets the smaller font-size.

XLarge

Gets the x-large font-size.

XSmall

Gets the x-small font-size.

XXLarge

Gets the xx-large font-size.

XXSmall

Gets the xx-small font-size.

Methods

Name Description
Equals(object)
GetHashCode()
Parse(string)

Parses the text and returns a length.

ToString()
TryParse(string, out C1StyleFontSize)

Tries to parse the specified text and returns the value in the fontSize parameter.

Operators

Name Description
operator ==(C1StyleFontSize, C1StyleFontSize)

Compares two C1StyleFontSize structures for equality.

implicit operator C1StyleFontSize(double)

Casting operator to convert a double into a C1StyleFontSize.

implicit operator C1StyleFontSize(string)

Casting operator to convert a string into a C1StyleFontSize.

operator !=(C1StyleFontSize, C1StyleFontSize)

Compares two C1StyleFontSize structures for inequality.