ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearFilterAttribute Class / ImGearFilterAttribute Constructor
Property filter.




In This Topic
    ImGearFilterAttribute Constructor
    In This Topic
    Initializes a new instance of the ImGearFilterAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filter As String _
    )
    'Usage
     
    Dim filter As String
     
    Dim instance As New ImGearFilterAttribute(filter)
    public ImGearFilterAttribute( 
       string filter
    )
    public: ImGearFilterAttribute( 
       string* filter
    )
    public:
    ImGearFilterAttribute( 
       String^ filter
    )

    Parameters

    filter
    Property filter.
    See Also