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


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