GrapeCity MultiRow Windows Forms Documentation
UseCompatibleTextRendering Property (CellNoteStyle)


Gets or sets whether using the compatible text rendering engine (GDI+) or (GDI).
Syntax
<SRDescriptionAttribute("Indicates whether using the compatible text rendering engine (GDI+) or (GDI).")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
<SRCategoryAttribute("TextAppearance")>
Public Property UseCompatibleTextRendering As MultiRowTriState
Dim instance As CellNoteStyle
Dim value As MultiRowTriState
 
instance.UseCompatibleTextRendering = value
 
value = instance.UseCompatibleTextRendering
[SRDescription("Indicates whether using the compatible text rendering engine (GDI+) or (GDI).")]
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
[SRCategory("TextAppearance")]
public MultiRowTriState UseCompatibleTextRendering {get; set;}

Property Value

One of the MultiRowTriState values. The default is MultiRowTriState.Inherit.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not one of the MultiRowTriState values.
Remarks

Some characters have different appearances in different rendering engines. Because of GDI's limitations, the following CellNoteStyle settings do not take effect when UseCompatibleTextRendering is MultiRowTriState.False:

Note:
Some characters have different appearances in different rendering engines. Because of GDI's limitations, the following CellNoteStyle settings do not take effect when UseCompatibleTextRendering is MultiRowTriState.False: LineAdjustment, TextAdjustment, TextAngleTextVertical.

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

CellNoteStyle Class
CellNoteStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.