GrapeCity MultiRow Windows Forms Documentation
UseVerticalUnderLine Property


Gets or sets a value that indicates whether to use the vertical underline.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Property UseVerticalUnderLine As Boolean
Dim value As Boolean
 
GcMultiRow.UseVerticalUnderLine = value
 
value = GcMultiRow.UseVerticalUnderLine
[EditorBrowsable(EditorBrowsableState.Advanced)]
public static bool UseVerticalUnderLine {get; set;}

Property Value

true if using the vertical underline; otherwise,false.
Remarks
When TextVertical is MultiRowTriState.True and UseCompatibleTextRendering is MultiRowTriState.True, the GDI+ draws the underline on the left of the text. But for Japanese text, it needs to be drawn on the right. To resolve this, set this property to true, then the underline is drawn in the Japanese style; otherwise, it is drawn as GDI+ default style.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.