In This Article

RibbonFooterViewModel Class

Represents a view model for a footer within a ribbon.

public class RibbonFooterViewModel : ObservableObjectBase
Inheritance:
object ObservableObjectBase object

Constructors

RibbonFooterViewModel()

Initializes an instance of the class.

public RibbonFooterViewModel()

Properties

Content

Gets the content to display within the ribbon footer.

public object Content { get; set; }

Property Value

object:

The content to display within the ribbon footer.

ContentTemplate

Gets or sets the DataTemplate used to display the content.

public DataTemplate ContentTemplate { get; set; }

Property Value

DataTemplate:

The DataTemplate used to display the content.

ContentTemplateSelector

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

public DataTemplateSelector ContentTemplateSelector { get; set; }

Property Value

DataTemplateSelector:

The DataTemplateSelector that picks a 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

Thickness:

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

Methods

ToString()

Returns the string representation of this object.

public override string ToString()

Returns

string:

The string representation of this object.

Inherited Members