Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / CanSize Property


In This Topic
CanSize Property (SpreadNotesContainer)
In This Topic
Gets or sets whether the container can be sized.
Syntax
'Declaration
 
Public Overrides Property CanSize As Sizing
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim value As Sizing
 
instance.CanSize = value
 
value = instance.CanSize
See Also