TextBarGalleryItemViewModel Class
Represents a view model for a gallery item whose value and label are the same text value.
public class TextBarGalleryItemViewModel : BarGalleryItemViewModel<string>, IBarGalleryItemViewModel, IEquatable<IBarGalleryItemViewModel>
- Inheritance:
- object ObservableObjectBase BarGalleryItemViewModel<string> object
- Implements:
- IBarGalleryItemViewModel IEquatable<IBarGalleryItemViewModel>
Constructors
TextBarGalleryItemViewModel(string)
Initializes a new instance of the class with the specified text as the value and label.
public TextBarGalleryItemViewModel(string text)
Parameter | Type | Description |
---|---|---|
text | string | The item's value and label. |
TextBarGalleryItemViewModel(string, string)
Initializes a new instance of the class with the specified text and category.
public TextBarGalleryItemViewModel(string text, string category)
Parameter | Type | Description |
---|---|---|
text | string | The item's value and label. |
category | string | The item's category. |
Inherited Members
- BarGalleryItemViewModel<string>.CoerceLabel()
- BarGalleryItemViewModel<string>.ConvertEnumValueToString<TEnum>(TEnum, bool)
- BarGalleryItemViewModel<string>.ConvertEnumValueToString(Type, object, bool)
- BarGalleryItemViewModel<string>.Equals(object)
- BarGalleryItemViewModel<string>.Equals(IBarGalleryItemViewModel)
- BarGalleryItemViewModel<string>.GetHashCode()
- BarGalleryItemViewModel<string>.OnValueChanged()
- BarGalleryItemViewModel<string>.ToString()
- BarGalleryItemViewModel<string>.Category
- BarGalleryItemViewModel<string>.Description
- BarGalleryItemViewModel<string>.ImageSource
- BarGalleryItemViewModel<string>.IsLabelVisible
- BarGalleryItemViewModel<string>.IsVisible
- BarGalleryItemViewModel<string>.KeyTipText
- BarGalleryItemViewModel<string>.Label
- BarGalleryItemViewModel<string>.LayoutBehavior
- BarGalleryItemViewModel<string>.Value
- ObservableObjectBase.NotifyPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object, object)
- object.ReferenceEquals(object, object)