RibbonFooterViewModel Class
Represents a view model for a footer within a ribbon.
public class RibbonFooterViewModel : ObservableObjectBase, IHasTag
- Inheritance:
- object ObservableObjectBase object
- Implements:
- IHasTag
Constructors
RibbonFooterViewModel()
Initializes an instance of the class.
public RibbonFooterViewModel()
Properties
Content
The content to display within the ribbon footer.
ContentTemplate
The DataTemplate used to display the content.
ContentTemplateSelector
The DataTemplateSelector that picks a DataTemplate used to display the content.
public DataTemplateSelector? ContentTemplateSelector { get; set; }
Property Value
Kind
A RibbonFooterKind indicating the kind of footer, which determines its appearance.
public RibbonFooterKind Kind { get; set; }
Property Value
- RibbonFooterKind:
The default value is Default.
Padding
The padding inside the control.
Tag
A user-defined object attached to the control.
Methods
ToString()
Returns the string representation of this object.
Inherited Members
- ObservableObjectBase.NotifyPropertyChanged(string)
- 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.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()