Class MenuButtonBindable
public class MenuButtonBindable : ControlBindableBase, INotifyPropertyChanged
- Inheritance
-
MenuButtonBindable
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
MenuButtonBindable()
public MenuButtonBindable()
MenuButtonBindable(bool)
public MenuButtonBindable(bool isApplicationMenu)
Parameters
isApplicationMenu
bool
Properties
ControlDataCollection
public ObservableCollection<ControlBindableBase> ControlDataCollection { get; }
Property Value
IsDropDownOpen
public bool IsDropDownOpen { get; set; }
Property Value
IsHorizontallyResizable
public bool IsHorizontallyResizable { get; set; }
Property Value
IsVerticallyResizable
public bool IsVerticallyResizable { get; set; }