FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / Width Property


In This Topic
Width Property (MultiSideShape)
In This Topic
Gets or sets the width of the object.
Syntax
'Declaration
 
Public Overridable Property Width As Integer
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
See Also