Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Width Property


In This Topic
    Width Property (PSObject)
    In This Topic
    Gets or sets the width of the object.
    Syntax
    'Declaration
     
    
    Public Overridable Property Width As Integer
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public virtual int Width {get; set;}
    See Also