GrapeCity MultiRow Windows Forms Documentation
SizeMode Enumeration


Indicates how a picture should be sized within the content area.
Syntax
<SerializableAttribute()>
Public Enum SizeMode 
   Inherits System.Enum
Dim instance As SizeMode
[Serializable()]
public enum SizeMode : System.Enum 
Members
MemberDescription
ClipThe image is clipped to fit within the content area.
StretchThe image is stretched across the content area.
TileThe image is tiled across the content area.
ZoomThe image is enlarged until it fists horizontally and vertically within the content area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.SizeMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.