Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PaddingF Structure / Left Property


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