Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Wall Class / Width Property


Width Property (Wall)
Gets the width of the wall.
Syntax
'Declaration
 
Public Property Width As Single
 
'Usage
 
Dim instance As Wall
Dim value As Single
 
instance.Width = value
 
value = instance.Width
Exceptions
ExceptionDescription
value is less than or equal to zero or greater than 72.
Remarks
Width is measured in points.
See Also