Enumerations
The enumerations used by the CustomControls package’s properties and style objects. All live in Module Constants inside the CustomControls DESIGNER library, with the exception of the SliderDirection and SliderDisplayValueFormat enums nested inside the WaynesSlider control.
| Enumeration | Used by |
|---|---|
| BorderStyle | WindowsFormOptions.BorderStyle |
| ColorRGBA | FillColorPoint.Color; Long-compatible type alias for ABGR colours |
| CornerShape | Corner.Shape |
| Customtate | reserved; duplicate of WindowState |
| DockMode | the inherited Dock property of every control |
| FillPattern | Fill.Pattern |
| FontWeight | FontStyle.Weight |
| PixelCount | size, position, padding, stroke widths, radii; Long-compatible type alias |
| PointSize | FontStyle.Size; Long-compatible type alias |
| StartupPosition | WindowsFormOptions.StartUpPosition |
| TextAlignment | TextRendering.Alignment |
| TextOverflowMode | TextRendering.OverflowMode |
| WindowState | WindowsFormOptions.WindowState |