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


In This Topic
    ImageFiltersStyle Property (NListStyle)
    In This Topic
    The image filters style applied on list items.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("The image filters style applied on list items.")>
    Public Property ImageFiltersStyle As NImageFiltersStyle
    'Usage
     
    
    Dim instance As NListStyle
    Dim value As NImageFiltersStyle
     
    instance.ImageFiltersStyle = value
     
    value = instance.ImageFiltersStyle
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("The image filters style applied on list items.")]
    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