Spread for ASP.NET 10 Product Documentation
TextOnRight Property (ImageRenderer)


Gets or sets whether text in an image cell is aligned to the right side of the picture.
Syntax
'Declaration
 
Public Property TextOnRight As Boolean
'Usage
 
Dim instance As ImageRenderer
Dim value As Boolean
 
instance.TextOnRight = value
 
value = instance.TextOnRight
public bool TextOnRight {get; set;}

Property Value

true if text is on the right; false if text is on the left
Remarks

Set to true to display the text on the right side of the image. Set to false to display the text on the left side of the image.

Specify the alignment of the picture in relation to the text by setting the ImageAlign property.

Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ImageRenderer Class
ImageRenderer Members
ImageAlign Property

 

 


Copyright © GrapeCity, inc. All rights reserved.