Table of Contents

Class LayerBrushConfigurationDialog

Namespace
Artemis.UI.Shared.LayerBrushes
Assembly
Artemis.UI.Shared.dll

Describes a UI tab for a layer brush

public abstract class LayerBrushConfigurationDialog : ILayerBrushConfigurationDialog
Inheritance
object
LayerBrushConfigurationDialog
Implements
Derived

Properties

DialogHeight

The default height of the dialog

public int DialogHeight { get; set; }

Property Value

int

DialogWidth

The default width of the dialog

public int DialogWidth { get; set; }

Property Value

int

Type

The type of view model the dialog contains

public abstract Type Type { get; }

Property Value

Type