NamedSize Enum
Definition
Represents pre-defined font sizes.
public enum NamedSize
type NamedSize =
- Inheritance
-
NamedSize
Fields
Default | 0 | The default font size. |
Large | 4 | A Large font size, for titles or other important text elements. |
Medium | 3 | A default font size, to be used in stand alone labels or buttons. |
Micro | 1 | The smallest readable font size for the device. Think about this like legal footnotes. |
Small | 2 | A small but readable font size. Use this for block of text. |
Remarks
The exact pixel-value depends on the platform on which Xamarin.Forms is running.
Applies to
Feedback
Loading feedback...