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
-
objectLayerEffectConfigurationDialog<T>
- Implements
- Inherited Members
Constructors
LayerEffectConfigurationDialog()
public LayerEffectConfigurationDialog()
LayerEffectConfigurationDialog(int, int)
public LayerEffectConfigurationDialog(int dialogWidth, int dialogHeight)
Parameters
Properties
Type
The type of view model the dialog contains
public override Type Type { get; }