Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTextBackground Class / EdgePercent Property


In This Topic
    EdgePercent Property
    In This Topic
    Gets or sets the edge percent when the shape is set to smooth edge or cut edge rectangle.
    Syntax
    'Declaration
     
    
    Public Property EdgePercent As System.Single
    'Usage
     
    
    Dim instance As NTextBackground
    Dim value As System.Single
     
    instance.EdgePercent = value
     
    value = instance.EdgePercent
    public System.float EdgePercent {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also