Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBlurImageFilter Class / BlurBottom Property


In This Topic
    BlurBottom Property
    In This Topic
    When set to true the bottom corners of the image will be blured.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("When set to true the bottom corners of the image will be blured.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property BlurBottom As System.Boolean
    'Usage
     
    
    Dim instance As NBlurImageFilter
    Dim value As System.Boolean
     
    instance.BlurBottom = value
     
    value = instance.BlurBottom
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("When set to true the bottom corners of the image will be blured.")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool BlurBottom {get; set;}
    Remarks
    The size of the blur area depends on the Height property of the blur size.
    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