Edit

Share via


AdaptiveTextStyle Enum

Definition

Text style controls font size, weight, and opacity.

public enum AdaptiveTextStyle
type AdaptiveTextStyle = 
Public Enum AdaptiveTextStyle
Inheritance
AdaptiveTextStyle

Fields

Base 5

H5 font size, bold weight. Essentially the bold version of Body.

BaseSubtle 6

Same as Base but with subtle opacity.

Body 3

H5 font size.

BodySubtle 4

Same as Body but with subtle opacity.

Caption 1

Default value. Paragraph font size, normal weight and opacity.

CaptionSubtle 2

Same as Caption but with subtle opacity.

Default 0

Style is determined by the renderer.

Header 15

H1 font size.

HeaderNumeral 17

Same as Header but with top/bottom padding removed.

HeaderSubtle 16

Same as Header but with subtle opacity.

Subheader 12

H2 font size.

SubheaderNumeral 14

Same as Subheader but with top/bottom padding removed.

SubheaderSubtle 13

Same as Subheader but with subtle opacity.

Subtitle 7

H4 font size.

SubtitleSubtle 8

Same as Subtitle but with subtle opacity.

Title 9

H3 font size.

TitleNumeral 11

Same as Title but with top/bottom padding removed.

TitleSubtle 10

Same as Title but with subtle opacity.

Applies to