GrapeCity MultiRow Windows Forms Documentation
TextImageRelation Property


Gets or sets the relative position between the text and image.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the relative text and image location in the cell.")>
Public Property TextImageRelation As MultiRowTextImageRelation
Dim instance As CellStyle
Dim value As MultiRowTextImageRelation
 
instance.TextImageRelation = value
 
value = instance.TextImageRelation
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Appearance")]
[DefaultValue()]
[SRDescription("Indicates the relative text and image location in the cell.")]
public MultiRowTextImageRelation TextImageRelation {get; set;}

Property Value

A MultiRowTextImageRelation value. The default is MultiRowTextImageRelation.Inherit.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not a MultiRowTextImageRelation value.
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.