Spread Silverlight Documentation
IsShrinkToFit Property (AlignmentBlock)


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

Property Value

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

Reference

AlignmentBlock Class
AlignmentBlock Members