Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadCameraShape Class / Height Property


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