TextBlock.HorizontalTextAlignment 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TextBlock에서 텍스트가 정렬되는 방식을 나타내는 값을 가져오거나 설정합니다.
public:
property TextAlignment HorizontalTextAlignment { TextAlignment get(); void set(TextAlignment value); };
TextAlignment HorizontalTextAlignment();
void HorizontalTextAlignment(TextAlignment value);
public TextAlignment HorizontalTextAlignment { get; set; }
var textAlignment = textBlock.horizontalTextAlignment;
textBlock.horizontalTextAlignment = textAlignment;
Public Property HorizontalTextAlignment As TextAlignment
<TextBlock HorizontalTextAlignment="textAlignmentValue"/>
속성 값
텍스트 정렬 방법을 지정하는 TextAlignment 열거형 값 중 하나입니다. 기본값은 Left입니다.
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Fall Creators Update (10.0.16299.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0에서 도입되었습니다.)
|
설명
이 속성은 TextAlignment 속성과 동일한 기능을 제공합니다. 두 속성이 충돌하는 값으로 설정된 경우 마지막 집합이 사용됩니다.
Fall Creators Update(SDK 16299) 이상을 대상으로 하는 앱은 TextAlignment 대신 이 속성을 사용해야 합니다. 앱이 이전 버전도 지원하는 경우 버전 적응 앱: 이전 버전과의 호환성을 유지하면서 새 API 사용을 참조하세요.