Intersoft ClientUI Documentation
TextImageRelation Enumeration



Specifies the position of the text and image relative to each other on a control.
Syntax
Public Enum TextImageRelation 
   Inherits System.Enum
Dim instance As TextImageRelation
public enum TextImageRelation : System.Enum 
public enum class TextImageRelation : public System.Enum 
Members
MemberDescription
ImageAboveText Specifies that the image is displayed vertically above the text of a control.
ImageBeforeText Specifies that the image is displayed horizontally before the text of a control.
TextAboveImage Specifies that the text is displayed vertically above the image of a control.
TextBeforeImage Specifies that the text is displayed horizontally before the image of a control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.TextImageRelation

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

Intersoft.Client.UI.Controls Namespace

Send Feedback