In This Article

RibbonFooterSimpleContentViewModel Class

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

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

Constructors

RibbonFooterSimpleContentViewModel()

public RibbonFooterSimpleContentViewModel()

Properties

ImageSource

Gets or sets the System.Windows.Media.ImageSource for the image.

public ImageSource ImageSource { get; set; }

Property Value

System.Windows.Media.ImageSource:

The System.Windows.Media.ImageSource for the image.

Text

Gets or sets the text content.

public string Text { get; set; }

Property Value

System.String:

The text content.

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