Class ResourceWrapper
Represents a class for storing the available resources
Inheritance
System.Object
ResourceWrapper
Namespace: Syncfusion.UI.Xaml.Controls.Media
Assembly: Syncfusion.SfColorPickers.UWP.dll
Syntax
public class ResourceWrapper : Object
Constructors
ResourceWrapper()
Initializes a new instance of the ResourceWrapper class.
Declaration
public ResourceWrapper()
See Also
Properties
B
Gets or sets a string for Blue value
Declaration
public string B { get; set; }
Property Value
Type |
---|
System.String |
Colors
Gets or sets a string for the colors available
Declaration
public string Colors { get; set; }
Property Value
Type |
---|
System.String |
G
Gets or sets a string for Green value
Declaration
public string G { get; set; }
Property Value
Type |
---|
System.String |
R
Gets or sets a string for Red value
Declaration
public string R { get; set; }
Property Value
Type |
---|
System.String |
RGB
Gets or sets a string for RGB value
Declaration
public string RGB { get; set; }
Property Value
Type |
---|
System.String |
Swatches
Gets or sets a string for the swatches
Declaration
public string Swatches { get; set; }
Property Value
Type |
---|
System.String |