LocalizabilityAttribute.Readability Özellik

Tanım

Yerelleştirme özniteliğinin hedeflenen değerinin okunabilirlik ayarını alır veya ayarlar.

public:
 property System::Windows::Readability Readability { System::Windows::Readability get(); void set(System::Windows::Readability value); };
public System.Windows.Readability Readability { get; set; }
member this.Readability : System.Windows.Readability with get, set
Public Property Readability As Readability

Özellik Değeri

Readability

Yerelleştirme özniteliğinin okunabilirlik ayarı.

Örnekler

Aşağıdaki kod örneği, bir metin bloğu için tanımlanan yerelleştirme özniteliklerinin okunabilirlik ayarını gösterir.

<!-- Define localization attributes and comments for the text block.
    - The content is visible to the localizer and can be changed.
    - The font size property is visible to the localizer and can be changed.
    - The comment specifies that the trademark font size should be used. -->
<TextBlock
  FontSize="14"
  Localization.Attributes=
    "$Content(Text Readable Modifiable) FontSize(Font Readable Modifiable)"
  Localization.Comments=
    "$Content(Trademark) FontSize(Trademark font size)" >
  your company name here
</TextBlock>

Açıklamalar

Aşağıdaki tabloda, yerelleştirme özniteliğinin okunabilirlik ayarları gösterilmektedir.

Okunabilirlik ayarı Anlamı
Readable Hedeflenen değer okunabilir metindir.
Unreadable Hedeflenen değer okunamaz.
Inherit Hedeflenen değerin okunabilirliği üst düğümünden devralınır.

Şunlara uygulanır

Ayrıca bkz.