TextDecoration.Location Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the vertical location at which the text decoration is drawn.

C#
public System.Windows.TextDecorationLocation Location { get; set; }

Property Value

The vertical location at which the text decoration is drawn.

Examples

In the following code example, a strikethrough text decoration is created with a solid color brush for the pen. The Location property is set to Strikethrough.

C#
// Use the default font values for the strikethrough text decoration.
private void SetDefaultStrikethrough()
{
    // Set the underline decoration directly to the text block.
    TextBlock1.TextDecorations = TextDecorations.Strikethrough;
}
XAML
<!-- Use the default font values for the strikethrough text decoration. -->
<TextBlock
  TextDecorations="Strikethrough"
  FontSize="36" >
  The quick red fox
</TextBlock>

Remarks

The following example shows the locations of the text decorations relative to the text.

Diagram of text decoration locations Example of text decoration types

The PenOffset property enables you to offset the text decoration from the specified Location.

Dependency Property Information

Item Value
Identifier field LocationProperty
Metadata properties set to true None

Applies to

Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10