A lightweight text display control.
cs
public class SimpleText : FrameworkElementAttributes
| Property | Description | Default Value | Remarks |
|---|---|---|---|
| Text | Text | ||
| TextAlignment | Text Alignment | TextAlignment.Left | |
| TextTrimming | Text truncation method | TextTrimming.None | |
| TextWrapping | Text Wrapping | TextWrapping.NoWrap | |
| Foreground | Font color | ||
| FontFamily | Font | ||
| FontSize | Font Size | ||
| FontStretch | Font deformation method | ||
| FontStyle | Font Style | ||
| FontWeight | Font Weight |
Case
xml
<hc:SimpleText Text="Content"/>