Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFillStyle Class / ImageFiltersStyle Property


In This Topic
    ImageFiltersStyle Property (NFillStyle)
    In This Topic
    Obtains the image filters style associated with this fill style.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property ImageFiltersStyle As NImageFiltersStyle
    'Usage
     
    
    Dim instance As NFillStyle
    Dim value As NImageFiltersStyle
     
    instance.ImageFiltersStyle = value
     
    value = instance.ImageFiltersStyle
    [System.Xml.Serialization.XmlIgnore()]
    public NImageFiltersStyle ImageFiltersStyle {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