TextBlock.SetFontStretch(DependencyObject, FontStretch) Yöntem

Tanım

Belirtilen bağımlılık nesnesinde FontStretch ekli özelliğin değerini ayarlar.

public:
 static void SetFontStretch(System::Windows::DependencyObject ^ element, System::Windows::FontStretch value);
public static void SetFontStretch(System.Windows.DependencyObject element, System.Windows.FontStretch value);
static member SetFontStretch : System.Windows.DependencyObject * System.Windows.FontStretch -> unit
Public Shared Sub SetFontStretch (element As DependencyObject, value As FontStretch)

Parametreler

element
DependencyObject

Özelliğinin değerinin FontStretch ayarlanacağı bağımlılık nesnesi.

value
FontStretch

Özelliğinin ayarlanacağı yeni değer.

Özel durumlar

element, null'e eşittir.

Şunlara uygulanır

Ayrıca bkz.