SuggestedStartLocation Property
Gets or sets the initial location where the file open picker looks for files to present to the user. Can be obtained from previously picked folder or using TryGetFolderFromPathAsync(Uri) or TryGetWellKnownFolderAsync(WellKnownFolder).
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IStorageFolder? SuggestedStartLocation { get; set; }
Public Property SuggestedStartLocation As IStorageFolder
Get
Set
member SuggestedStartLocation : IStorageFolder with get, set