Error processing SSI file
(Leadtools.Controls)

Show in webframe

ImageViewerItemPart Enumeration




Defines a part of an item in ImageViewer.
Syntax
public enum ImageViewerItemPart : System.Enum 
'Declaration
 
Public Enum ImageViewerItemPart 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000View Do not use a part of the item. Can be used with ImageViewer.GetItemBounds to mean the full bounds in view coordinates. Returned from ImageViewer.HitTestItemPart to mean the point is outside the item (in the view)
0x00000001Item The item boundary. This is Content plus item margin, border and padding (ImageViewer.ItemMargin, ImageViewer.ItemBorderThickness and ImageViewer.ItemPadding respectively)
0x00000002Content The content bounds. This is Item minus item margin, border and padding (ImageViewer.ItemMargin, ImageViewer.ItemBorderThickness and ImageViewer.ItemPadding respectively)
0x00000003Image The image bounds. Inside Content and based on the image size (ImageViewerItem.ImageSize) and alignment (ImageViewerItem.ImageHorizontalAlignment and ImageViewerItem.ImageVerticalAlignment)
0x00000004TextArea The area where the text is rendered. Actual size is based on font size and value of ImageViewerItem.Text
0x00000005Text The text bounds, outside the content bounds
0x00000006Floater The floater bounds. This could be outside the item boundary depending on ImageViewerItem.FloaterTransform
Remarks

For more information, refer to Image Viewer Appearance, Image Viewer Items, Image Viewer Transformation, Image Viewer Bounds and Transform and Image Viewer Layouts.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.ImageViewerItemPart

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file