In This Article

RibbonFooterSimpleContentViewModel Class

Represents a view model for image and text content within a ribbon footer.

public class RibbonFooterSimpleContentViewModel : ObservableObjectBase
Inheritance:
object ObservableObjectBase object

Constructors

RibbonFooterSimpleContentViewModel()

Initializes an instance of the class.

public RibbonFooterSimpleContentViewModel()

Properties

ImageSource

Gets or sets the ImageSource for the image.

public ImageSource ImageSource { get; set; }

Property Value

ImageSource:

The ImageSource for the image.

Text

Gets or sets the text content.

public string Text { get; set; }

Property Value

string:

The text content.

Methods

ToString()

Returns the string representation of this object.

public override string ToString()

Returns

string:

The string representation of this object.

Inherited Members