MiniToolBarViewModel Class
Represents a view model for a mini-toolbar control.
public class MiniToolBarViewModel : ObservableObjectBase, IHasTag
- Inheritance:
- object ObservableObjectBase object
- Implements:
- IHasTag
Constructors
MiniToolBarViewModel()
Initializes an instance of the class.
public MiniToolBarViewModel()
Properties
CanUseMultiRowLayout
Indicates whether the items can be arranged in a multi-row layout.
public bool CanUseMultiRowLayout { get; set; }
Property Value
- bool:
trueif the items can be arranged in a multi-row layout; otherwise,false. The default value isfalse.
Items
The collection of items in the control.
Tag
A user-defined object attached to the control.
UserInterfaceDensity
A UserInterfaceDensity that indicates how compact or spacious the UI should appear.
public UserInterfaceDensity UserInterfaceDensity { get; set; }
Property Value
- UserInterfaceDensity:
The default value is Compact.
Methods
ToString()
Returns the string representation of this object.
Inherited Members
- ObservableObjectBase.NotifyPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.OnPropertyChanging(string)
- ObservableObjectBase.OnPropertyChanging(PropertyChangingEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- ObservableObjectBase.PropertyChanging
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()