NamedSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents pre-defined font sizes.
public enum NamedSize
type NamedSize =
- Inheritance
-
System.EnumNamedSize
Fields
Body | 5 | Body. |
Caption | 9 | Caption. |
Default | 0 | The default font size. |
Header | 6 | Header. |
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. |
Subtitle | 8 | Subtitle. |
Title | 7 | Title. |
Remarks
The exact pixel-value depends on the platform on which Xamarin.Forms is running.