menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResourceWrapper - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Syncfusion.UI.Xaml.Controls.Media

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved