Readability 열거형

정의

BAML(이진 XAML) 클래스 또는 클래스 멤버에 대해 LocalizabilityAttribute의 읽기 가능 값을 지정합니다.

public enum class Readability
public enum Readability
type Readability = 
Public Enum Readability
상속
Readability

필드

Inherit 2

대상 값의 가독성이 부모 노드에서 상속됩니다.

Readable 1

대상 값이 읽을 수 있는 텍스트입니다.

Unreadable 0

대상 값을 읽을 수 없습니다.

예제

다음 코드 예제 가독성 값이 표시는 LocalizabilityAttribute 단추에 대해 정의 합니다.

<!-- Define localization attributes for the button.
      - The content is visible to the localizer and can be changed.
      - The font family property is visible to the localizer but cannot be changed. -->
  <Button
    FontFamily="Microsoft San Serif"
    Localization.Attributes=
      "$Content(Button Readable Modifiable) FontFamily(Font Readable Unmodifiable)" >
    your company name here
  </Button>

설명

LocalizabilityAttribute 클래스, 속성 또는 메서드에 특성을 적용할 수 있습니다.

지역화 특성을 사용 하는 방법에 대 한 자세한 내용은 참조 하세요. 지역화 특성과 주석을합니다.

적용 대상

추가 정보