DefaultExtension Property
Gets or sets the default extension to be used to save the file.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public string? DefaultExtension { get; set; }
Public Property DefaultExtension As String
Get
Set
member DefaultExtension : string with get, set
Property Value
StringSee Also
Reference
FilePickerSaveOptions Class
Avalonia.Platform.Storage Namespace