TextDecoration.Location Свойство
Определение
Получает или задает вертикальное расположение, по которому будет использовано оформление текста.Gets or sets the vertical location at which the text decoration is drawn.
public:
property System::Windows::TextDecorationLocation Location { System::Windows::TextDecorationLocation get(); void set(System::Windows::TextDecorationLocation value); };
public System.Windows.TextDecorationLocation Location { get; set; }
member this.Location : System.Windows.TextDecorationLocation with get, set
Public Property Location As TextDecorationLocation
Значение свойства
Вертикальное расположение, по которому будет использовано оформление текста.The vertical location at which the text decoration is drawn.
Примеры
В следующем примере кода Оформление текста зачеркиванием создается с помощью сплошной цветовой кисти для пера.In the following code example, a strikethrough text decoration is created with a solid color brush for the pen. Свойству Location задано значение Strikethrough.The Location property is set to Strikethrough.
// 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;
}
' Use the default font values for the strikethrough text decoration.
Private Sub SetDefaultStrikethrough()
' Set the underline decoration directly to the text block.
TextBlock1.TextDecorations = TextDecorations.Strikethrough
End Sub
<!-- Use the default font values for the strikethrough text decoration. -->
<TextBlock
TextDecorations="Strikethrough"
FontSize="36" >
The quick red fox
</TextBlock>
Комментарии
В следующем примере показаны расположения украшений текста относительно текста.The following example shows the locations of the text decorations relative to the text.
Пример типов оформления текстаExample of text decoration types
PenOffsetСвойство позволяет сместить Оформление текста от указанного Location .The PenOffset property enables you to offset the text decoration from the specified Location.
Сведения о свойстве зависимостейDependency Property Information
Поле идентификатораIdentifier field | LocationProperty |
Свойства метаданных, для которых задано значение true Metadata properties set to true |
NoneNone |