Class FileDialogStyle
- Namespace
- Myra.Graphics2D.UI.Styles
- Assembly
- Myra.dll
Style class that defines the visual appearance of file dialog widgets.
public class FileDialogStyle : WindowStyle
- Inheritance
-
FileDialogStyle
- Inherited Members
Properties
BackButtonStyle
Gets or sets the style applied to the back navigation button.
[Browsable(false)]
public ImageButtonStyle BackButtonStyle { get; set; }
Property Value
ForwardButtonStyle
Gets or sets the style applied to the forward navigation button.
[Browsable(false)]
public ImageButtonStyle ForwardButtonStyle { get; set; }
Property Value
IconDrive
Gets or sets the image displayed for drive items in the file list.
public IImage IconDrive { get; set; }
Property Value
IconFolder
Gets or sets the image displayed for folder items in the file list.
public IImage IconFolder { get; set; }
Property Value
ParentButtonStyle
Gets or sets the style applied to the parent folder navigation button.
[Browsable(false)]
public ImageButtonStyle ParentButtonStyle { get; set; }
Property Value
SelectionBackground
Gets or sets the brush used for the background of selected files or folders.
public IBrush SelectionBackground { get; set; }
Property Value
SelectionHoverBackground
Gets or sets the brush used for the background of hovered files or folders.
public IBrush SelectionHoverBackground { get; set; }