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 leftSet 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.
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6