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 [TypeConverterAttribute(typeof(MapKryptonPageImageConverter))]
public enum MapKryptonPageImage
Members
| Member name | Value | Description |
---|
| None | 0 |
Specifies no mapping take place.
|
| Small | 1 |
Specifies use of the KryptonPage.ImageSmall property.
|
| SmallMedium | 2 |
Specifies use of small and medium in that preference order.
|
| SmallMediumLarge | 3 |
Specifies use of small/medium and large in that preference order.
|
| Medium | 4 |
Specifies use of the KryptonPage.ImageMedium property.
|
| MediumSmall | 5 |
Specifies use of medium and small in that preference order.
|
| MediumLarge | 6 |
Specifies use of medium and large in that preference order.
|
| Large | 7 |
Specifies use of the KryptonPage.ImageLarge property.
|
| LargeMedium | 8 |
Specifies use of large and medium in that preference order.
|
| LargeMediumSmall | 9 |
Specifies use of large/medium and small in that preference order.
|
| ToolTip | 10 |
Specifies use of the KryptonPage.ToolTipImage property.
|
See Also