Class LayerEffectConfigurationDialog
Describes a UI tab for a specific layer effect
Implements
Namespace: Artemis.UI.Shared.LayerEffects
Assembly: Artemis.UI.Shared.dll
Syntax
public abstract class LayerEffectConfigurationDialog : ILayerEffectConfigurationDialog
Constructors
LayerEffectConfigurationDialog()
Declaration
protected LayerEffectConfigurationDialog()
Properties
DialogHeight
The default height of the dialog
Declaration
public int DialogHeight { get; set; }
Property Value
Type | Description |
---|---|
int |
DialogWidth
The default width of the dialog
Declaration
public int DialogWidth { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
The type of view model the dialog contains
Declaration
public abstract Type Type { get; }
Property Value
Type | Description |
---|---|
Type |