DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / ImageAlign Class
Fields Properties Methods

ImageAlign Class Members

The following tables list the members exposed by ImageAlign.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Gets the image alignment that centers an image.  
Public Fieldstatic (Shared in Visual Basic)Gets the default image alignment.  
Public Fieldstatic (Shared in Visual Basic)Gets the image alignment that scales an image.  
Public Fieldstatic (Shared in Visual Basic)Gets the image alignment that stretches an image.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the horizontal alignment of an image within a container.  
Public PropertyGets or sets the vertical alignment of an image within a container.  
Public PropertyGets or sets a value indicating whether an image should be resized to best fit within its container. See remarks for details.  
Public PropertyGets or sets a value indicating whether the original aspect ratio is preserved when rendering an image. Used when StretchHorz or StretchVert is true.  
Public PropertyGets or sets a value indicating whether an image is stretched horizontally to fill its container.  
Public PropertyGets or sets a value indicating whether an image is stretched vertically to fill its container.  
Public PropertyGets or sets a value indicating whether an image is tiled horizontally within its container. Ignored if StretchHorz is true.  
Public PropertyGets or sets a value indicating whether an image is tiled vertically within its container. Ignored if StretchVert is true.  
Top
Public Methods
 NameDescription
Public MethodReturns a string that represents the current ImageAlign.  
Top
See Also