Click or drag to resize

PaletteRelativeAlign Enumeration

Specifies a relative alignment position.

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 PaletteRelativeAlign
Members
  Member nameValueDescription
Inherit-1 Specifies relative alignment should be inherited.
Near0 Specifies a relative alignment of near.
Center1 Specifies a relative alignment of center.
Far2 Specifies a relative alignment of far.
See Also