Localization.Attributes Attached Property

 

Note

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Gets or sets which resources, such as FontFamily, are to be localized.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

Syntax

See GetAttributes, SetAttributes
See GetAttributes, SetAttributes
See GetAttributes, SetAttributes
See GetAttributes, SetAttributes

Property Value

Type: System.String

The resources to be localized.

Examples

The following code example shows how to get and set the Attributes attached property for a button.

  

See Also

Localization Class
System.Windows Namespace

Return to top