Table of Contents

Class LayerEffectConfigurationDialog<T>

Namespace
Artemis.UI.Shared.LayerEffects
Assembly
Artemis.UI.Shared.dll

Describes a UI tab for a specific layer effect

public class LayerEffectConfigurationDialog<T> : LayerEffectConfigurationDialog, ILayerEffectConfigurationDialog where T : EffectConfigurationViewModel

Type Parameters

T
Inheritance
object
LayerEffectConfigurationDialog<T>
Implements
Inherited Members

Constructors

LayerEffectConfigurationDialog()

public LayerEffectConfigurationDialog()

LayerEffectConfigurationDialog(int, int)

public LayerEffectConfigurationDialog(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