Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Wall Class / Width Property


In This Topic
    Width Property (Wall)
    In This Topic
    Gets the width of the wall.
    Syntax
    'Declaration
     
    
    Public Property Width As Single
    'Usage
     
    
    Dim instance As Wall
    Dim value As Single
     
    instance.Width = value
     
    value = instance.Width
    public float Width {get; set;}
    Exceptions
    ExceptionDescription
    value is less than or equal to zero or greater than 72.
    Remarks
    Width is measured in points.
    See Also