| FileDialogDirectory Property  | 
 
            Gets or sets the directory the file dialog will show files.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Uri Directory { get; set; }Public Property Directory As Uri
	Get
	Set
member Directory : Uri with get, set
Property Value
Type: 
UriThe directory.
 Remarks
Remarks See Also
See Also