Click or drag to resize

MapKryptonPageImage Enumeration

Specifies the mapping from KryptonPage image property.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[TypeConverterAttribute(typeof(MapKryptonPageImageConverter))]
public enum MapKryptonPageImage
Members
  Member nameValueDescription
None0 Specifies no mapping take place.
Small1 Specifies use of the KryptonPage.ImageSmall property.
SmallMedium2 Specifies use of small and medium in that preference order.
SmallMediumLarge3 Specifies use of small/medium and large in that preference order.
Medium4 Specifies use of the KryptonPage.ImageMedium property.
MediumSmall5 Specifies use of medium and small in that preference order.
MediumLarge6 Specifies use of medium and large in that preference order.
Large7 Specifies use of the KryptonPage.ImageLarge property.
LargeMedium8 Specifies use of large and medium in that preference order.
LargeMediumSmall9 Specifies use of large/medium and small in that preference order.
ToolTip10 Specifies use of the KryptonPage.ToolTipImage property.
See Also