IBarGalleryItemViewModel Interface
Represents a view model for a gallery item within a bar gallery control.
public interface IBarGalleryItemViewModel : IEquatable<IBarGalleryItemViewModel>
Properties
Category
Gets or sets the item's category.
Description
Gets or sets the text description to display in screen tips.
string Description { get; set; }
Property Value
- string:
The text description to display in screen tips.
ImageSource
Gets or sets the image to display, if the item's template supports an image.
IsLabelVisible
Gets whether the Label is visible.
IsVisible
Gets whether the control is currently visible.
KeyTipText
Gets or sets the key tip text used to access the control.
Label
Gets or sets the text label to display.
LayoutBehavior
Gets or sets a BarGalleryItemLayoutBehavior indicating how the gallery item should be visually displayed.
BarGalleryItemLayoutBehavior LayoutBehavior { get; }
Property Value
- BarGalleryItemLayoutBehavior:
A BarGalleryItemLayoutBehavior indicating how the gallery item should be visually displayed. The default value is Default.
Value
Gets or sets the value associated with this view model.