In This Topic
The following tables list the members exposed by NSkin.
Public Fields
Public Properties
| Name | Description |
| BorderThickness | Gets/Sets the border thickness. |
| Margins | Gets/Sets the state margins. |
| Padding | Gets/Sets the state padding. |
| Properties | Gets/Sets the Properties child. |
| SidesToSkin | Gets/Sets the border sides to skin. |
| SkinBottomSide | Gets/Sets whether to skin the bottom border side of the element. By default set to true. |
| SkinLeftSide | Gets/Sets whether to skin the left border side of the element. By default set to true. |
| SkinRightSide | Gets/Sets whether to skin the right border side of the element. By default set to true. |
| SkinTopSide | Gets/Sets whether to skin the top border side of the element. By default set to true. |
| States | Gets/Sets the states collection of this skin. |
| TextFill | Gets/Sets the text fill. |
Top
Public Methods
| Name | Description |
| CloneAndFlipX | Returns a new UI part skin, whose content, margins and padding are flipped horizontally. |
| CloneAndFlipY | Returns a new UI part skin, whose content, margins and padding are flipped vertically. |
| CloneAndRotateClockwise | Returns a new UI part skin, whose content, margins and padding are rotated in clockwise direction. |
| CloneAndRotateCounterClockwise | Returns a new UI part skin, whose content, margins and padding are rotated in counter clockwise direction. |
| CloneState | Creates and returns a clone of the state with the given name. |
| GetState | Gets the state with the given name. |
| RemoveState | Removes the state with the given name. |
| SetBorderThicknessRecursively | Sets the border thickness of this skin and removes the border thickness of its states, so that they inherit it from the skin. |
| SetPaddingRecursively | Sets the padding of this skin and removes the padding of its states, so that they inherit it from the skin. |
| SetState | Sets the state with the given name. |
| SkinBoxState | Sets a border and a background to the given style. |
| SkinSymbolState | Sets a symbol to the specified symbol property. |
Top
See Also