Spread Silverlight Documentation
IsTextWrapped Property (IAlignmentBlock)


GrapeCity.Excel Namespace > IAlignmentBlock Interface : IsTextWrapped Property
Gets or sets a value indicating whether Wrap text of the text control is checked.
Syntax
'Declaration
 
Property IsTextWrapped As System.Boolean
'Usage
 
Dim instance As IAlignmentBlock
Dim value As System.Boolean
 
instance.IsTextWrapped = value
 
value = instance.IsTextWrapped
System.bool IsTextWrapped {get; set;}

Property Value

true if it's checked; otherwise, false.
See Also

Reference

IAlignmentBlock Interface
IAlignmentBlock Members