[]
Struct that describe a font-size.
public struct C1StyleFontSize
Name | Description |
---|---|
C1StyleFontSize(C1StyleLength) | Initializes a new instance of the C1StyleLength struct. |
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. |
Name | Description |
---|---|
Equals(object) | |
GetHashCode() | |
Parse(string) | Parses the text and returns a length. |
ToString() | |
TryParse(string, out C1StyleFontSize) | Tries to parse the specified |
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. |