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


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