Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / NoBevel Class / Height Property


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