feathers.skins
Check out some additional documentation from the Feathers UI Manual to help you get started with the feathers.skins package:
- Introduction to skins for Feathers UI components
- Skinning with common shapes
- Custom programmatic skins
| .. | |
|---|---|
| BaseGraphicsPathSkin | A base class for Feathers UI skins that draw a path with a fill and border
using |
| IProgrammaticSkin | Interface for Feathers UI skins that are drawn programmatically. |
| ProgrammaticSkin | A base class for Feathers UI skins that are drawn programmatically. |
| RectangleSkin | A skin for Feathers UI components that draws a rectangle. The rectangle's fill and border may be styled, and the corners may be rounded. |