Artemis Artemis
Artemis Artemis

Search Results for

    Class LayerEffectConfigurationDialog

    Describes a UI tab for a specific layer effect

    Inheritance
    object
    LayerEffectConfigurationDialog
    LayerEffectConfigurationDialog<T>
    Implements
    ILayerEffectConfigurationDialog
    Namespace: Artemis.UI.Shared.LayerEffects
    Assembly: Artemis.UI.Shared.dll
    Syntax
    public abstract class LayerEffectConfigurationDialog : ILayerEffectConfigurationDialog

    Constructors

    LayerEffectConfigurationDialog()

    Declaration
    protected LayerEffectConfigurationDialog()

    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

    Implements

    ILayerEffectConfigurationDialog
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.