Table of Contents

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
object
LayerEffectConfigurationDialog
Implements
Derived

Properties

DialogHeight

The default height of the dialog

public int DialogHeight { get; set; }

Property Value

int

DialogWidth

The default width of the dialog

public int DialogWidth { get; set; }

Property Value

int

Type

The type of view model the dialog contains

public abstract Type Type { get; }

Property Value

Type