Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGlowImageFilter Class / GlowType Property


In This Topic
    GlowType Property
    In This Topic
    The type of glow effect.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("The type of glow effect.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property GlowType As GlowType
    'Usage
     
    
    Dim instance As NGlowImageFilter
    Dim value As GlowType
     
    instance.GlowType = value
     
    value = instance.GlowType
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("The type of glow effect.")]
    [System.Xml.Serialization.XmlAttribute()]
    public GlowType GlowType {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