Class SkinManager
Skin manager.
Inherited Members
Namespace: VisioForge.Core.UI.Skins
Assembly: VisioForge.Core.dll
Syntax
public static class SkinManager
Methods
GetSkinByName(string)
Gets the skin by name.
Declaration
public static Skin GetSkinByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Returns
| Type | Description |
|---|---|
| Skin | Skin. |
LoadFromData(string, byte[])
Loads from data.
Declaration
public static void LoadFromData(string name, byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| byte[] | data | The data. |
LoadFromFile(string)
Loads from file.
Declaration
public static void LoadFromFile(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename | The filename. |
LoadFromFolder(string)
Loads from folder.
Declaration
public static void LoadFromFolder(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
SkinNames()
Gets skin names.
Declaration
public static string[] SkinNames()
Returns
| Type | Description |
|---|---|
| string[] | System.String[]. |
Skins()
Gets skins.
Declaration
public static List<Skin> Skins()
Returns
| Type | Description |
|---|---|
| List<Skin> | List. |