PaletteRectangleAlign Enumeration |
Specifies how a display rectangle aligns.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteRectangleAlign
Members| Member name | Value | Description |
|---|
| Inherit | 0 |
Specifies alignment should be inherited.
|
| Local | 1 |
Specifies the client area of the rendering item.
|
| Control | 2 |
Specifies the client area of the Control.
|
| Form | 3 |
Specifies the client area of the owning Form.
|
See Also