Gets or sets a value indicating whether the Text Item can shrink
vertically.
Namespace:
Telerik.Reporting
Assembly:
Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
| C# |
|---|
public bool CanShrink { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CanShrink As Boolean |
Field Value
true if the Text Item can shrink vertically; otherwise
false.
See Also