TextBlock Style - AdarshRise/HandyControl GitHub Wiki
This just replaces the standard TextBlock when you drop in the library, nothing fancy to activate it.
Usage
<TextBlock Text="Content"/>
To use brushes, you should set Style
<TextBlock Style="{StaticResource TextBlockLargeBold}" Text="Content"/>
Available styles | ||
---|---|---|
TextBlockLargeBold | TextBlockLarge | TextBlockDefaultThiLight |
TextBlockTitleBold | TextBlockTitle | TextBlockDefaultPrimary |
TextBlockSubTitleBold | TextBlockDefaultBold | TextBlockDefaultDanger |
TextBlockSubTitle | TextBlockDefault | TextBlockDefaultWarning |
TextBlockDefaultAccent | TextBlockDefaultSecLight | TextBlockDefaultInfo |
TextBlockDefaultSuccess | TextBlockDefaultSecLight |