TextElement.SetFontStretch(DependencyObject, FontStretch) 메서드

정의

지정된 종속성 개체에 대한 FontStretch 연결된 속성의 값을 설정합니다.

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)

매개 변수

element
DependencyObject

FontStretch 속성 값을 설정할 종속성 개체입니다.

value
FontStretch

속성에 설정할 새 값입니다.

예외

d이(가) null인 경우

적용 대상

추가 정보