Click or drag to resize

PaletteRectangleAlign Enumeration

Specifies how a display rectangle aligns.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum PaletteRectangleAlign
Members
  Member nameValueDescription
Inherit0 Specifies alignment should be inherited.
Local1 Specifies the client area of the rendering item.
Control2 Specifies the client area of the Control.
Form3 Specifies the client area of the owning Form.
See Also