Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Height Property


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