LocalizabilityAttribute.Readability Property
.NET Framework 4.5
Gets or sets the readability setting of the localization attribute's targeted value.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.ReadabilityThe readability setting of the localization attribute.
The following code example shows the readability setting of localization attributes defined for a text block.
<!-- 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>
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.