The properties of Xamarin.Forms.Font are listed below. For a list of all members, see the Font Members list.
See Also: Inherited members from System.ValueType
| [read-only] static | Default | Font. Gets the default font for the device. |
| [read-only] | FontAttributes | FontAttributes. Gets a value that indicates whether the font is bold, italic, or neither. |
| [read-only] | FontFamily | string. Gets the font family to which this font belongs. |
| [read-only] | FontSize | double. Gets the size of the font. |
| [read-only] | NamedSize | NamedSize. Gets the named font size, such as "Large" or "Small". |
| [read-only] | UseNamedSize | bool. Gets a value that indicates whether the target operating system should use size that is specified by the Xamarin.Forms.Font.NamedSize property. |