NamedSize Enum

Definition

Represents pre-defined font sizes.

public enum NamedSize
type NamedSize = 
Inheritance
NamedSize

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.

Applies to