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