Class LayerBrushConfigurationDialog<T>
Describes a UI tab for a layer brush
Inheritance
LayerBrushConfigurationDialog<T>
Assembly: Artemis.UI.Shared.dll
Syntax
public class LayerBrushConfigurationDialog<T> : LayerBrushConfigurationDialog, ILayerBrushConfigurationDialog where T : BrushConfigurationViewModel
Type Parameters
Constructors
LayerBrushConfigurationDialog()
Declaration
public LayerBrushConfigurationDialog()
LayerBrushConfigurationDialog(int, int)
Declaration
public LayerBrushConfigurationDialog(int dialogWidth, int dialogHeight)
Parameters
Type |
Name |
Description |
int |
dialogWidth |
|
int |
dialogHeight |
|
Properties
Type
The type of view model the dialog contains
Declaration
public override Type Type { get; }
Property Value
Overrides
Implements