Class LayerEffectConfigurationDialog<T>
Describes a UI tab for a specific layer effect
Inheritance
LayerEffectConfigurationDialog<T>
Assembly: Artemis.UI.Shared.dll
Syntax
public class LayerEffectConfigurationDialog<T> : LayerEffectConfigurationDialog, ILayerEffectConfigurationDialog where T : EffectConfigurationViewModel
Type Parameters
Constructors
LayerEffectConfigurationDialog()
Declaration
public LayerEffectConfigurationDialog()
LayerEffectConfigurationDialog(int, int)
Declaration
public LayerEffectConfigurationDialog(int dialogWidth, int dialogHeight)
Parameters
Type |
Name |
Description |
int |
dialogWidth |
|
int |
dialogHeight |
|
Properties
Type
The type of view model the dialog contains
Declaration
public override Type Type { get; }
Property Value
Overrides
Implements