Class LayerBrushConfigurationDialog
- Namespace
- Artemis.UI.Shared.LayerBrushes
- Assembly
- Artemis.UI.Shared.dll
Describes a UI tab for a layer brush
public abstract class LayerBrushConfigurationDialog : ILayerBrushConfigurationDialog
- Inheritance
-
objectLayerBrushConfigurationDialog
- 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; }