TextFormatter.Create 메서드

정의

TextFormatter 클래스의 새 인스턴스를 만듭니다.

오버로드

Create()

TextFormatter 클래스의 새 인스턴스를 만듭니다. 정적 메서드입니다.

Create(TextFormattingMode)

지정된 형식 지정 모드를 사용하여 TextFormatter 클래스의 새 인스턴스를 만듭니다. 정적 메서드입니다.

Create()

TextFormatter 클래스의 새 인스턴스를 만듭니다. 정적 메서드입니다.

public:
 static System::Windows::Media::TextFormatting::TextFormatter ^ Create();
public static System.Windows.Media.TextFormatting.TextFormatter Create ();
static member Create : unit -> System.Windows.Media.TextFormatting.TextFormatter
Public Shared Function Create () As TextFormatter

반환

TextFormatter

TextFormatter의 새 인스턴스입니다.

적용 대상

Create(TextFormattingMode)

지정된 형식 지정 모드를 사용하여 TextFormatter 클래스의 새 인스턴스를 만듭니다. 정적 메서드입니다.

public:
 static System::Windows::Media::TextFormatting::TextFormatter ^ Create(System::Windows::Media::TextFormattingMode textFormattingMode);
public static System.Windows.Media.TextFormatting.TextFormatter Create (System.Windows.Media.TextFormattingMode textFormattingMode);
static member Create : System.Windows.Media.TextFormattingMode -> System.Windows.Media.TextFormatting.TextFormatter
Public Shared Function Create (textFormattingMode As TextFormattingMode) As TextFormatter

매개 변수

textFormattingMode
TextFormattingMode

TextFormattingMode의 텍스트 레이아웃을 지정하는 TextFormatter입니다.

반환

TextFormatter

TextFormatter의 새 인스턴스입니다.

추가 정보

적용 대상