Spread for ASP.NET 10 Product Documentation
ImageRenderer Constructor(String,Boolean)


Path and file name of the picture to display in the image cell
Whether the text is displayed on the right side of the image
Creates an image cell renderer control with the specified picture and text alignment.
Syntax
'Declaration
 
Public Function New( _
   ByVal imageUrl As String, _
   ByVal textOnRight As Boolean _
)
'Usage
 
Dim imageUrl As String
Dim textOnRight As Boolean
 
Dim instance As New ImageRenderer(imageUrl, textOnRight)
public ImageRenderer( 
   string imageUrl,
   bool textOnRight
)

Parameters

imageUrl
Path and file name of the picture to display in the image cell
textOnRight
Whether the text is displayed on the right side of the image
Remarks
Initializes an instance of the ImageRenderer class, with the specified picture and text alignment.
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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.