Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBevelAndEmbossImageFilter Class / Soften Property


In This Topic
    Soften Property
    In This Topic
    Blur amount of the bevel shapes.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Blur")>
    <System.ComponentModel.DescriptionAttribute("Blur amount of the bevel shapes.")>
    Public Property Soften As NLength
    'Usage
     
    
    Dim instance As NBevelAndEmbossImageFilter
    Dim value As NLength
     
    instance.Soften = value
     
    value = instance.Soften
    [System.ComponentModel.Category("Blur")]
    [System.ComponentModel.Description("Blur amount of the bevel shapes.")]
    public NLength Soften {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