Interface ISkin
Skin interface.
Namespace: VisioForge.Core.UI.Skins
Assembly: VisioForge.Core.dll
Syntax
public interface ISkin
Methods
GetElement(SkinElementType)
Gets the element.
Declaration
SkinElementData GetElement(SkinElementType element)
Parameters
| Type | Name | Description |
|---|---|---|
| SkinElementType | element | The element. |
Returns
| Type | Description |
|---|---|
| SkinElementData | SkinElementData. |
GetName()
Gets the name.
Declaration
string GetName()
Returns
| Type | Description |
|---|---|
| string | System.String. |