Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.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