Table of Contents

Class LayerBrushConfigurationDialog<T>

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

Describes a UI tab for a layer brush

public class LayerBrushConfigurationDialog<T> : LayerBrushConfigurationDialog, ILayerBrushConfigurationDialog where T : BrushConfigurationViewModel

Type Parameters

T
Inheritance
object
LayerBrushConfigurationDialog<T>
Implements
Inherited Members

Constructors

LayerBrushConfigurationDialog()

public LayerBrushConfigurationDialog()

LayerBrushConfigurationDialog(int, int)

public LayerBrushConfigurationDialog(int dialogWidth, int dialogHeight)

Parameters

dialogWidth int
dialogHeight int

Properties

Type

The type of view model the dialog contains

public override Type Type { get; }

Property Value

Type