TextDecoration.Location Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Metin dekorasyonunun çizildiği dikey konumu alır veya ayarlar.
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
Özellik Değeri
Metin dekorasyonunun çizildiği dikey konum.
Örnekler
Aşağıdaki kod örneğinde kalem için düz bir renk fırçasıyla üstü çizili metin dekorasyonu oluşturulmuştur. Location özelliği Strikethrough olarak ayarlanmıştır.
// 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>
Açıklamalar
Aşağıdaki örnekte metin süslemelerinin metne göre konumları gösterilmektedir.
Metin dekorasyon türleri örneği
özelliği, PenOffset metin dekorasyonunu belirtilen Locationolandan kaydırmanızı sağlar.
Bağımlılık Özelliği Bilgileri
Tanımlayıcı alanı | LocationProperty |
Meta veri özellikleri olarak ayarlandı true |
Hiçbiri |