Click or drag to resize

PaletteDrawBorders Enumeration

Specifies the an image is aligned.

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#
[FlagsAttribute]
public enum PaletteDrawBorders
Members
  Member nameValueDescription
Inherit16 Specifies borders to draw should be inherited.
None0 Specifies that no borders are required.
Top1 Specifies the top border should be drawn.
Bottom2 Specifies the bottom border should be drawn.
TopBottom3 Specifies the top and bottom border.
Left4 Specifies the left border should be drawn.
TopLeft5 Specifies the top and bottom border.
BottomLeft6 Specifies the left and bottom borders.
TopBottomLeft7 Specifies the bottom and right borders.
Right8 Specifies the right border should be drawn.
TopRight9 Specifies the top and bottom border.
BottomRight10 Specifies the bottom and right borders.
TopBottomRight11 Specifies the bottom and right borders.
LeftRight12 Specifies the left and right borders.
TopLeftRight13 Specifies the bottom and right borders.
BottomLeftRight14 Specifies the bottom and right borders.
All15 Specifies that all borders be drawn.
See Also