HandwritingView.PlacementAlignment 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컨트롤 위에 필기 뷰를 배치하는 데 사용되는 앵커 지점을 지정하는 값을 가져오거나 설정합니다.
public:
property HandwritingPanelPlacementAlignment PlacementAlignment { HandwritingPanelPlacementAlignment get(); void set(HandwritingPanelPlacementAlignment value); };
HandwritingPanelPlacementAlignment PlacementAlignment();
void PlacementAlignment(HandwritingPanelPlacementAlignment value);
public HandwritingPanelPlacementAlignment PlacementAlignment { get; set; }
var handwritingPanelPlacementAlignment = handwritingView.placementAlignment;
handwritingView.placementAlignment = handwritingPanelPlacementAlignment;
Public Property PlacementAlignment As HandwritingPanelPlacementAlignment
속성 값
필기 보기를 배치하는 데 사용되는 앵커 지점을 지정하는 열거형 값입니다. 기본값은 자동.
예제
여기서는 TextBoxHandwritingViewPlacementAlignment 속성을 사용하여 필기 보기를 정렬하는 데 사용되는 기본 텍스트 컨트롤의 앵커를 지정하는 방법을 보여 줍니다.
<TextBox Name="SampleTextBox"
Height="50" Width="500"
FontSize="36" FontFamily="Segoe UI"
PlaceholderText="Try taping with your pen">
<TextBox.HandwritingView>
<HandwritingView PlacementAlignment="TopLeft"/>
</TextBox.HandwritingView>
</TextBox>
설명
열거형에는 Auto, TopLeft, TopRight, BottomLeft 및 BottomRight 값이 있습니다.
적용 대상
추가 정보
- 필기 보기 텍스트 입력