In This Article

RibbonFooterViewModel Class

Represents a view model for a footer within a ribbon.

public class RibbonFooterViewModel : ObservableObjectBase, INotifyPropertyChanged
Inheritance:
System.Object ObservableObjectBase Object

Constructors

RibbonFooterViewModel()

public RibbonFooterViewModel()

Properties

Content

Gets the content to display within the ribbon footer.

public object Content { get; set; }

Property Value

System.Object:

The content to display within the ribbon footer.

ContentTemplate

Gets or sets the System.Windows.DataTemplate used to display the content.

public DataTemplate ContentTemplate { get; set; }

Property Value

System.Windows.DataTemplate:

The System.Windows.DataTemplate used to display the content.

ContentTemplateSelector

Gets or sets the System.Windows.Controls.DataTemplateSelector that picks a System.Windows.DataTemplate used to display the content.

public DataTemplateSelector ContentTemplateSelector { get; set; }

Property Value

System.Windows.Controls.DataTemplateSelector:

The System.Windows.Controls.DataTemplateSelector that picks a System.Windows.Controls.DataTemplateSelector used to display the content.

Kind

Gets or sets a RibbonFooterKind indicating the kind of footer, which determines its appearance.

public RibbonFooterKind Kind { get; set; }

Property Value

RibbonFooterKind:

A RibbonFooterKind indicating the kind of footer, which determines its appearance. The default value is Default.

Padding

Gets or sets the padding inside the control.

public Thickness Padding { get; set; }

Property Value

System.Windows.Thickness:

The padding inside the control. The default value is 10,5.

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

System.String:

A string that represents the current object.

Inherited Members