GrapeCity MultiRow Windows Forms Documentation
TextAdjustmentProvider Property


Gets or sets the object used to customize the text adjustment policy of the cell's value.
Syntax
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Property TextAdjustmentProvider As ITextAdjustmentProvider
Dim instance As CellStyle
Dim value As ITextAdjustmentProvider
 
instance.TextAdjustmentProvider = value
 
value = instance.TextAdjustmentProvider
[DefaultValue()]
[Browsable(false)]
public ITextAdjustmentProvider TextAdjustmentProvider {get; set;}

Property Value

An ITextAdjustmentProvider value used for customizing the text adjustment. The default is a null reference (Nothing in Visual Basic).
Remarks
This property only takes effect when the TextAdjustment property's value is TextAdjustment.Distribute, TextAdjustment.DistributeWithSpace, or TextAdjustment.Justify, and the UseCompatibleTextRendering property value is true.
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.