Class SimpleParameterList
Interaction logic for SimpleParameterList.xaml.
Inheritance
SimpleParameterList
Implements
Inherited Members
Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Parameters.dll
Syntax
public class SimpleParameterList : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceSimpleParameterList()
Initializes a new instance of the SimpleParameterList class.
Declaration
public SimpleParameterList()
Fields
View SourceIsSharedSizeScopeProperty
The IsSharedSizeScope dependency property.
Declaration
public static readonly DependencyProperty IsSharedSizeScopeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
View SourceIsSharedSizeScope
Gets or sets a value indicating whether the parameter list should use a Grid shared size scope.
Declaration
public bool IsSharedSizeScope { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()