Readability Enumeration
Specifies the readability value of a LocalizabilityAttribute for a binary XAML (BAML) class or class member.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
A LocalizabilityAttribute attribute can be applied to a class, property, or method.
For more information on how to use localization attributes, see Localization Attributes and Comments.
The following code example shows the readability value of a LocalizabilityAttribute defined for a button.
<!-- 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>
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.