다음을 통해 공유


RichTextBlock.IsTextSelectionEnabled 속성

정의

RichTextBlock의 텍스트 콘텐츠를 클립보드 또는 끌기 목적으로 선택할 수 있는지 또는 선택한 텍스트를 나타내는 UI 스타일 변경에 대해 선택할 수 있는지 여부를 결정하는 값을 가져오거나 설정합니다.

public:
 property bool IsTextSelectionEnabled { bool get(); void set(bool value); };
bool IsTextSelectionEnabled();

void IsTextSelectionEnabled(bool value);
public bool IsTextSelectionEnabled { get; set; }
var boolean = richTextBlock.isTextSelectionEnabled;
richTextBlock.isTextSelectionEnabled = boolean;
Public Property IsTextSelectionEnabled As Boolean
<RichTextBlock IsTextSelectionEnabled="bool" />

속성 값

Boolean

bool

클립 보드 또는 끌기 목적으로 RichTextBlock 의 텍스트 콘텐츠를 선택할 수 있으면 true입니다. false 이면 텍스트를 선택할 수 없습니다. 기본값은 true입니다.

적용 대상