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.PivotGauge
Assembly: Syncfusion.SfPivotGauge.UWP.dll
Syntax
public sealed class ResourceWrapper : Object
Constructors
ResourceWrapper()
Initializes a new instance of the ResourceWrapper class.
Declaration
public ResourceWrapper()
Properties
Goal
Gets or sets the localized string for 'Goal'.
Declaration
public string Goal { 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 |