Aracılığıyla paylaş


TextDecoration.PenOffsetUnit Özellik

Tanım

Değerin ifade edildiği PenOffset birimleri alır.

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

Özellik Değeri

TextDecorationUnit

Değerin PenOffset ifade edildiği birimler. Varsayılan değer: FontRecommended.

Örnekler

Aşağıdaki kod örneğinde özelliğin nasıl ayarlanacağı gösterilmektedir PenOffsetUnit .

// 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" />

Açıklamalar

Bağımlılık Özelliği Bilgileri

Tanımlayıcı alanı PenOffsetUnitProperty
Meta veri özellikleri olarak ayarlandı true Hiçbiri

Şunlara uygulanır