Spread ASP.NET 6.0 Product Documentation
TextOnRight Property
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > ImageRenderer Class : TextOnRight Property


Glossary Item Box

Gets or sets whether text in an image cell is aligned to the right side of the picture.

Syntax

Visual Basic (Declaration) 
Public Property TextOnRight As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageRenderer
Dim value As Boolean
 
instance.TextOnRight = value
 
value = instance.TextOnRight
C# 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.