Click or drag to resize
TextBoxTextDecorations Property
Gets or sets the text decorations (underline, strikethrough...).

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Nullable<TextDecorations> TextDecorations { get; set; }

Property Value

Type: NullableTextDecorations
See Also