BarHeadingViewModel Class
Represents a view model for a heading control within a bar control.
public class BarHeadingViewModel : ObservableObjectBase
- Inheritance:
- object ObservableObjectBase object
Constructors
BarHeadingViewModel()
Initializes a new instance of the class.
public BarHeadingViewModel()
BarHeadingViewModel(string)
Initializes a new instance of the class with the specified label.
public BarHeadingViewModel(string label)
Parameter | Type | Description |
---|---|---|
label | string | The text label to display. |
Properties
IsVisible
Gets or sets whether the control is currently visible.
Label
Gets or sets the text label to display.
Inherited Members
- ObservableObjectBase.NotifyPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()