Sdílet prostřednictvím


TextDecoration.PenThicknessUnit Vlastnost

Definice

Získá jednotky, ve kterých Thickness je text dekorace Pen vyjádřena.

public:
 property System::Windows::TextDecorationUnit PenThicknessUnit { System::Windows::TextDecorationUnit get(); void set(System::Windows::TextDecorationUnit value); };
public System.Windows.TextDecorationUnit PenThicknessUnit { get; set; }
member this.PenThicknessUnit : System.Windows.TextDecorationUnit with get, set
Public Property PenThicknessUnit As TextDecorationUnit

Hodnota vlastnosti

TextDecorationUnit

Jednotky, ve kterých Thickness je vyjádřena textová dekorace Pen . Výchozí formát je FontRecommended.

Příklady

Následující příklad kódu ukazuje, jak nastavit PenThicknessUnit vlastnost.

// Move the text decoration lower using pixel value units.
myUnderline.PenOffset = 2;
myUnderline.PenOffsetUnit = TextDecorationUnit.Pixel;
myUnderline.PenThicknessUnit = TextDecorationUnit.Pixel;
' Move the text decoration lower using pixel value units.
myUnderline.PenOffset = 2
myUnderline.PenOffsetUnit = TextDecorationUnit.Pixel
myUnderline.PenThicknessUnit = TextDecorationUnit.Pixel
<!-- Move the text decoration lower using pixel value units. -->
<TextDecoration PenOffset="2" PenOffsetUnit="Pixel" PenThicknessUnit="Pixel" />

Poznámky

Informace o vlastnosti závislosti

Pole identifikátoru PenThicknessUnitProperty
Vlastnosti metadat nastavené na true Žádné

Platí pro