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


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