ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / SizeModes Enumeration

In This Topic
    SizeModes Enumeration
    In This Topic
    Determines how a picture should be sized within the control area.
    Syntax
    'Declaration
     
    Public Enum SizeModes 
       Inherits System.Enum
    public enum SizeModes : System.Enum 
    Members
    MemberDescription
    ClipThe image is clipped to fit within the control area.
    StretchThe image is stretched to fit the control area.
    ZoomThe image is scaled until it fits horizontally and vertically within the control area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.SizeModes

    See Also