Class FileDialogFilterBuilder
Represents a builder that can create a Avalonia.Controls.FileDialogFilter.
public class FileDialogFilterBuilder
- Inheritance
-
objectFileDialogFilterBuilder
Methods
WithBitmaps()
Adds all supported bitmap types to the filter.
public FileDialogFilterBuilder WithBitmaps()
Returns
WithExtension(string)
Adds the provided extension to the filter
public FileDialogFilterBuilder WithExtension(string extension)
Parameters
extensionstring
Returns
WithName(string)
Sets the name of the filter
public FileDialogFilterBuilder WithName(string name)
Parameters
namestring