Aracılığıyla paylaş


TextBlock.SetFontStyle(DependencyObject, FontStyle) Yöntem

Tanım

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

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

Parametreler

element
DependencyObject

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

value
FontStyle

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

Özel durumlar

element, null değeridir.

Şunlara uygulanır

Ayrıca bkz.