In This Topic
GdPicture14 Namespace / ThumbnailEx Class

ThumbnailEx Class Properties

In This Topic

For a list of all members of this type, see ThumbnailEx members.

Public Properties
 NameDescription
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Returns true if all items have been loaded, else false.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Specifies if the user is able to drop files from the explorer to the control. User will be allowed to drop files only if the items of the control has been loaded using LoadFromDirectory or if the control is empty. Default value is false.  
Public Property Specifies if the user is able to mode items by dragging operation. The event ItemMoved is raised for each item moving. Default value is false.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.ScrollableControl)
Public Property (Inherited from System.Windows.Forms.ScrollableControl)
Public Property (Inherited from System.Windows.Forms.ScrollableControl)
Public Property (Inherited from System.Windows.Forms.UserControl)
Public Property (Inherited from System.Windows.Forms.UserControl)
Public Property (Inherited from System.Windows.Forms.UserControl)
Public PropertyOverridden.   
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.UserControl)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Specifies if a check box appears next each item in the ThumbnailEx control. Default value is false.  
Public Property Defines custom checkboxes left margin. Negative margin is allowed. Default value is 0.  
Public Property Defines custom checkboxes top margin. Negative margin is allowed. Default value is 0.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Specifies the default check state for subsequently generated items. Default value is false (not checked).  
Public Property Specifies the prefix used by default to generate the item text. Default value is empty string.  
Public Property Specifies if annotations are displayed in each thumbnail. True by default. Annotations can be GdPicture/XMP annotations, PDF annotations and PDF FormFields. Default value is true.  
Public Property (Inherited from System.Windows.Forms.ScrollableControl)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Determines whether thumbnails are rendered with a very light and gentle drop shadow effect on the screen. This feature is not compatible with thumbnail borders. To activate it, switch the ThumbnailBorder property to False. Default value is true.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Defines the horizontal alignment of the text of each thumbnail. Default value is StringAlignment.Center.  
Public Property Specifies if an item has appearance of a hyperlink when the mouse pointer passes over it. Default value is false.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property The number of items in the control. Read only.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Specifies if the ThumbnailEx control is reactive to the GdViewer events. This property is available only when thumbnails source is a GdViewer object passed to the LoadFromGdViewer method. Default value is false.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Specifies if multiple items can be selected. Default value is false.  
Public Property Turn this property to True to implement your own drag and drop support. Default value is false.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Turn this property to True to pause the background process generating thumbnails. Default value is false.  
Public Property Specifies if the rendering engine should increase text contrast on low zoom in order to enhance readability. This feature can decrease rendering speed performances on old machines. Default value is false.  
Public Property Specifies if all items must be generated in background. If False, only visible items will be generated. False is recommended if the number of items exceed 1000. Default value is true.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Specifies if each item must be rotated according to Exif Orientation tag, if any. Default value is true.  
Public Property Defines the highlighting color of selected thumbnails.  
Public Property Defines the alpha value of the highlighting color of selected thumbnails. Default value is 100. Valid values are in the range [0: fully transparent ; 255: fully opaque].  
Public Property Specifies if a text is displayed near each thumbnail. Default value is true.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Defines custom text left margin. Negative margin is allowed. Default value is 0.  
Public Property Defines custom text top margin. Negative margin is allowed. Default value is 0.  
Public Property Defines alignment of thumbnails in the control. Default value is ThumbnailAlignment.ThumbnailAlignmentVertical.  
Public Property Specifies the default background color of thumbnails. Default color is Transparent.  
Public Property Specifies if thumbnails have border appearance. This feature is not compatible with drop shadow. To activate it, switch the EnableDropShadow property to False. Default value is false.  
Public Property Specifies the default foreground color of thumbnails. Default color is Black.  
Public Property The size, in pixel, of each thumbnail. Default value is (128, 128).  
Public Property Sets the spacing between each thumbnail in the control. Set a size of (0, 0) to apply automatic spacing, otherwise a size larger than ThumbnailSize is suggested. Default value is (0, 0).  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property Defines the vertical alignment of the text of each thumbnail. Default value is StringAlignment.Center.  
Public Property (Inherited from System.Windows.Forms.Control)
Top
See Also