Class ChartLocalizationResourceExtension
A markup extension that returns the localized string based on culture for the ResourceName.
Inheritance
System.Object
ChartLocalizationResourceExtension
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ChartLocalizationResourceExtension : MarkupExtension
Constructors
ChartLocalizationResourceExtension()
Declaration
public ChartLocalizationResourceExtension()
Properties
ResourceName
Gets or sets the resource name to get the localized string.
Declaration
public string ResourceName { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
ProvideValue()
Declaration
protected override object ProvideValue()
Returns
| Type |
|---|
| System.Object |