Table of Contents

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

ImageButtonStyle

ForwardButtonStyle

Gets or sets the style applied to the forward navigation button.

[Browsable(false)]
public ImageButtonStyle ForwardButtonStyle { get; set; }

Property Value

ImageButtonStyle

IconDrive

Gets or sets the image displayed for drive items in the file list.

public IImage IconDrive { get; set; }

Property Value

IImage

IconFolder

Gets or sets the image displayed for folder items in the file list.

public IImage IconFolder { get; set; }

Property Value

IImage

ParentButtonStyle

Gets or sets the style applied to the parent folder navigation button.

[Browsable(false)]
public ImageButtonStyle ParentButtonStyle { get; set; }

Property Value

ImageButtonStyle

SelectionBackground

Gets or sets the brush used for the background of selected files or folders.

public IBrush SelectionBackground { get; set; }

Property Value

IBrush

SelectionHoverBackground

Gets or sets the brush used for the background of hovered files or folders.

public IBrush SelectionHoverBackground { get; set; }

Property Value

IBrush