Spread Silverlight Documentation
IsTextWrapped Property (AlignmentBlock)


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

Property Value

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

Reference

AlignmentBlock Class
AlignmentBlock Members