Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NButton Class / ButtonRoundedEdgeValue Property


In This Topic
    ButtonRoundedEdgeValue Property
    In This Topic
    Depending of RoundedCornersType value, gets or sets the radius of button rounded edge. If RoundedCornersType is set to Percent the value must be between 0 and 50.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(15)>
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Public Property ButtonRoundedEdgeValue As System.Single
    'Usage
     
    
    Dim instance As NButton
    Dim value As System.Single
     
    instance.ButtonRoundedEdgeValue = value
     
    value = instance.ButtonRoundedEdgeValue
    [System.ComponentModel.DefaultValue(15)]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    public System.float ButtonRoundedEdgeValue {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also