Error processing SSI file
(Leadtools.Controls)

Show in webframe

RasterPictureBoxSizeMode Enumeration




Values which determine how the control displays the image and whether it automatically adjusts the display rectangles.
Syntax
public enum RasterPictureBoxSizeMode : System.Enum 
'Declaration
 
Public Enum RasterPictureBoxSizeMode 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000Normal Normal, no sizing
0x00000001StretchImage Fit the image to fill the destination rectangle. The aspect ratio might not be maintained.
0x00000002AutoSize Perform automatic sizing.
0x00000003CenterImage Center the image in the middle of the destination rectangle.
0x00000004Fit Fit and Center the image in the middle of the destination rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.RasterPictureBoxSizeMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file