Spread Windows Forms 12.0 Product Documentation
Width Property (Wall)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > Wall Class : Width Property
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
public float Width {get; set;}
Exceptions
ExceptionDescription
value is less than or equal to zero or greater than 72.
Remarks
Width is measured in points.
See Also

Reference

Wall Class
Wall Members