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


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