Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ImageAlign Structure
Properties Methods


In This Topic
    ImageAlign Structure Members
    In This Topic

    The following tables list the members exposed by ImageAlign.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageAlign class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the horizontal alignment of an image within a container.  
    Public PropertyGets or sets the expression used to calculate AlignHorz.  
    Public PropertyGets or sets the vertical alignment of an image within a container.  
    Public PropertyGets or sets the expression used to calculate AlignVert.  
    Public PropertyGets or sets a value indicating whether an image should be resized to best fit within its container. See remarks for details.  
    Public Propertystatic (Shared in Visual Basic)Gets the default image alignment.  
    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 the expression used to calculate KeepAspectRatio.  
    Public PropertyGets or sets a value indicating whether an image is stretched horizontally to fill its container.  
    Public PropertyGets or sets the expression used to calculate StretchHorz.  
    Public PropertyGets or sets a value indicating whether an image is stretched vertically to fill its container.  
    Public PropertyGets or sets the expression used to calculate StretchVert.  
    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 the expression used to calculate TileHorz.  
    Public PropertyGets or sets a value indicating whether an image is tiled vertically within its container. Ignored if StretchVert is true.  
    Public PropertyGets or sets the expression used to calculate TileVert.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that represents the current ImageAlign.  
    Top
    See Also