| 878 | } |
| 879 | |
| 880 | void FormattedTextBlock::SetAlignment(Alignment value) |
| 881 | { |
| 882 | if (_alignment == value) { |
| 883 | return; |
| 884 | } |
| 885 | |
| 886 | _alignment = value; |
| 887 | _parts.clear(); |
| 888 | _background.clear(); |
| 889 | } |
| 890 | |
| 891 | void FormattedTextBlock::SetDefaultColor(Colorf color) |
| 892 | { |