Skip to content

A lightweight text display control.

cs
public class SimpleText : FrameworkElement

Attributes

PropertyDescriptionDefault ValueRemarks
TextText
TextAlignmentText AlignmentTextAlignment.Left
TextTrimmingText truncation methodTextTrimming.None
TextWrappingText WrappingTextWrapping.NoWrap
ForegroundFont color
FontFamilyFont
FontSizeFont Size
FontStretchFont deformation method
FontStyleFont Style
FontWeightFont Weight

Case

xml
<hc:SimpleText Text="Content"/>

Released under the MIT License.