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