Class LayerBrushConfigurationDialog
Describes a UI tab for a layer brush
Implements
Namespace: Artemis.UI.Shared.LayerBrushes
Assembly: Artemis.UI.Shared.dll
Syntax
public abstract class LayerBrushConfigurationDialog : ILayerBrushConfigurationDialog
Constructors
LayerBrushConfigurationDialog()
Declaration
protected LayerBrushConfigurationDialog()
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 |