SelectedItemRenderStyle Enumeration |
Specifies the rendering style for selected items.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum SelectedItemRenderStyle
Public Enumeration SelectedItemRenderStyle
Members
| Member name | Description |
---|
| None | No selection is drawn. |
| Default | A highlight is placed below the image area and below the caption area with a space between the image and
caption areas. |
| Full | The entire thumbnail is highlighted. |
| Extended | The highlight is extended two pixels outside of the thumbanil area. |
| DefaultAboveBackground | Same as Default except that the highlight is rendered on top of the thumbnail background. |
| FullAboveBackground | Same as Full except that the highlight is rendered on top of the thumbnail background. |
| ExtendedAboveBackground | Same as Extended except that the highlight is rendered on top of the thumbnail background. |
See Also