TextFormatter.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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의 새 인스턴스입니다.
적용 대상
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의 새 인스턴스입니다.