Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PaddingF Structure / Top Property


In This Topic
    Top Property (PaddingF)
    In This Topic
    Gets or sets the padding size for the top edge.
    Syntax
    'Declaration
     
    
    Public Property Top As Single
    'Usage
     
    
    Dim instance As PaddingF
    Dim value As Single
     
    instance.Top = value
     
    value = instance.Top
    public float Top {get; set;}
    See Also