GrapeCity MultiRow Windows Forms Documentation
MultiRowTextImageRelation Enumeration


Specifies the position of the text and image relative to each other on a cell.
Syntax
Public Enum MultiRowTextImageRelation 
   Inherits System.Enum
Dim instance As MultiRowTextImageRelation
public enum MultiRowTextImageRelation : System.Enum 
Members
MemberDescription
ImageAboveTextSpecifies that the image is displayed vertically above the cell text.
ImageBeforeTextSpecifies that the image is displayed horizontally before the cell text.
InheritSpecifies the property is not set and gets the value from the parent.
OverlaySpecifies that the image and text share the same space on a cell.
TextAboveImageSpecifies that the text is displayed vertically above the cell image.
TextBeforeImageSpecifies that the text is displayed horizontally before the cell image.
Inheritance Hierarchy

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

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
TextImageRelation Property

 

 


Copyright © GrapeCity, inc. All rights reserved.