Skip to main content

FilePickerFileTypes Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

Dictionary of well known file types.

public class FilePickerFileTypes

Inheritance: object -> FilePickerFileTypes

Properties

NameDescription
AllNo summary available.
ImageAllNo summary available.
ImageJpgNo summary available.
ImagePngNo summary available.
ImageWebpNo summary available.
JsonNo summary available.
PdfNo summary available.
TextPlainNo summary available.
XmlNo summary available.

All Property

public Avalonia.Platform.Storage.FilePickerFileType All { get; set; }

ImageAll Property

public Avalonia.Platform.Storage.FilePickerFileType ImageAll { get; set; }

ImageJpg Property

public Avalonia.Platform.Storage.FilePickerFileType ImageJpg { get; set; }

ImagePng Property

public Avalonia.Platform.Storage.FilePickerFileType ImagePng { get; set; }

ImageWebp Property

public Avalonia.Platform.Storage.FilePickerFileType ImageWebp { get; set; }

Json Property

public Avalonia.Platform.Storage.FilePickerFileType Json { get; set; }

Pdf Property

public Avalonia.Platform.Storage.FilePickerFileType Pdf { get; set; }

TextPlain Property

public Avalonia.Platform.Storage.FilePickerFileType TextPlain { get; set; }

Xml Property

public Avalonia.Platform.Storage.FilePickerFileType Xml { get; set; }