SymbolBarGalleryItemViewModel Class
Represents a gallery item view model for a symbol.
public class SymbolBarGalleryItemViewModel : BarGalleryItemViewModel<string>, IBarGalleryItemViewModel, IEquatable<IBarGalleryItemViewModel>
- Inheritance:
- object ObservableObjectBase BarGalleryItemViewModel<string> object
- Implements:
- IBarGalleryItemViewModel IEquatable<IBarGalleryItemViewModel>
Constructors
SymbolBarGalleryItemViewModel()
Initializes a new instance of the class with a default category.
public SymbolBarGalleryItemViewModel()
SymbolBarGalleryItemViewModel(string)
Initializes a new instance of the class with the specified symbol and a default category.
public SymbolBarGalleryItemViewModel(string value)
Parameter | Type | Description |
---|---|---|
value | string | The string symbol. |
SymbolBarGalleryItemViewModel(string, string)
Initializes a new instance of the class with the specified symbol and category.
public SymbolBarGalleryItemViewModel(string value, string category)
Parameter | Type | Description |
---|---|---|
value | string | The string symbol. |
category | string | The item's category, or |
SymbolBarGalleryItemViewModel(string, string, string)
Initializes a new instance of the class with the specified symbol, category, and label.
public SymbolBarGalleryItemViewModel(string value, string category, string label)
Parameter | Type | Description |
---|---|---|
value | string | The string symbol. |
category | string | The item's category, or |
label | string | The text label to display, or |
Properties
DefaultCategory
Gets the localizable default category to be used for view models of this type.
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)