Class MultiParameterEditor
Interaction logic for MultiParameterEditor.xaml.
Inheritance
MultiParameterEditor
Implements
Inherited Members
Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Parameters.dll
Syntax
public class MultiParameterEditor : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Constructors
View SourceMultiParameterEditor()
Initializes a new instance of the MultiParameterEditor class.
Declaration
public MultiParameterEditor()
Fields
View SourceIsExpandedProperty
Identifies the MultiParameterEditor.IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
View SourceIsExpanded
Gets or sets a value indicating whether the control is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
bool |