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


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