Class LocalizationManager
Inheritance
System.Object
LocalizationManager
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class LocalizationManager : LocalizationManagerBase
Fields
Declaration
public static readonly DependencyProperty KeyProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty PropertyNameProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public static LocalizationManager Instance { get; }
Property Value
Methods
Declaration
public static string GetKey(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
Declaration
public static string GetPropertyName(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
Declaration
public static void SetKey(DependencyObject obj, string value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
System.String
value
|
Declaration
public static void SetPropertyName(DependencyObject obj, string value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
System.String
value
|
Extension Methods