In This Topic
Gets or sets a value indicating whether the band can grow vertically.
Syntax
'Declaration
Public Property CanGrow As Boolean
public bool CanGrow {get; set;}
Property Value
A
System.Boolean value where
true
if the band can grow vertically; otherwise,
false
.
See Also