Class ResourceWrapper
Represents a wrapper that is used to apply static resources to Pivot Chart's components.
Inheritance
System.Object
ResourceWrapper
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public sealed class ResourceWrapper : Object
Constructors
ResourceWrapper()
Initializes a new instance of the ResourceWrapper class.
Declaration
public ResourceWrapper()
Properties
BusyIndicatorDescription
Gets or sets the localized string foe 'BusyIndicatorDescription'.
Declaration
public string BusyIndicatorDescription { get; set; }
Property Value
Type |
---|
System.String |
Column
Gets or sets the localized string for 'Column'.
Declaration
public string Column { get; set; }
Property Value
Type |
---|
System.String |
Measure
Gets or sets the localized string for 'Measure'.
Declaration
public string Measure { get; set; }
Property Value
Type |
---|
System.String |
Row
Gets or sets the localized string for 'Row'.
Declaration
public string Row { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the localized string for 'Value'.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |