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
Indicates whether the control is currently visible.
Label
The text label to display.
Inherited Members
- 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.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()