Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Bevel Class / Width Property


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