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


In This Topic
    Width Property (CircleBevel)
    In This Topic
    Gets the width of the bevel.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Width As Single
    'Usage
     
    
    Dim instance As CircleBevel
    Dim value As Single
     
    value = instance.Width
    public override float Width {get;}
    Remarks
    Width is measured in points.
    See Also