The AquaSkin component automatically skins windows forms applications in a choice of styles to mimic the popular Mac OS-X graphical user interface.
In order to skin your application you only need to drop this component onto the main form of your application at design-time.
Using the properties available on the AquaSkin component you can determine what Aqua style to use, what forms and controls should be skinned and whether to apply translucent shadows to your forms.
Use the
Namespace: SkinSoft.AquaSkin
Assembly: SkinSoft.AquaSkin (in SkinSoft.AquaSkin.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public NotInheritable Class AquaSkin Inherits Component Implements ISupportInitialize |
| C# |
|---|
| public sealed class AquaSkin : Component, ISupportInitialize |
| C++ |
|---|
| ref class AquaSkin sealed : Component, ISupportInitialize |
| J# |
|---|
| public final class AquaSkin extends Component implements ISupportInitialize |
| JScript |
|---|
| public final class AquaSkin extends Component, ISupportInitialize |