# FileDialogFileType.Patterns property

The glob patterns this type matches, such as `*.png`. Used on Windows and Linux.

```csharp
public IReadOnlyList<string>? Patterns { get; set; }
```

## See Also

* class [FileDialogFileType](../FileDialogFileType.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
