GrapeCity.Win.MultiRow Namespace > CellNoteStyle Class : UseCompatibleTextRendering Property |
<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;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The assigned value is not one of the MultiRowTriState values. |
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. |
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