StForm contains most of the Properties and Events supported by the normal form, we have added some new features and we are adding some features to achieve rich and powerful UI. Below are the examples of those features.
Textured Backgrounds
By setting brushes using SetBackGroundBrush and SetControlBoxBrush we can set the styles of both Background and ControlBox.
Rounded Corner
By changing the CornerRadius property of the Form we can adjust the roundness of individual Form. By this we can get the form in Rounded-Rectangle shape.
ControlBox Height
By changing the ControlBoxHeight property of the Form we can adjust the Height of the ControlBox. The ControlBox buttons size and location are dependant on ControlBoxHeight if the form is not CustomShaped.
Custom Shapes

By setting CustomShaped property and assigning required transparent image as BackgroundImage we will get the Custom Shaped Form.
Customizable ControlBox Buttons
We can set properties of Close, Minimize, Maximize and Help Buttons individually. In the screenshot the CornerRadius property of Close button has changed.
Maximize Option for many MdiChild Forms
If we maximize a MdiChild in normal form other MdiChild Forms are not visible in normal Form. In StForm we can maximize many MdiChildren. If we maximize any MdiChild form, it is going to add in TabControl of the MdiParent. We can normalize that form by double clicking on the Tab.
Sticky Windows
By setting StickyWindow property forms can be made stick-able one to the other or to the screen.
MDI Support
StForm supports MDI, opacity of each and every MdiChildren can be adjusted individually.