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

Icon

A value representing the icon.

public object? Icon { get; set; }

Property Value

object

Text

The text content.

public string? Text { get; set; }

Property Value

string

Methods

ToString()

Returns the string representation of this object.

public override string ToString()

Returns

string:

The string representation of this object.

Inherited Members

Extension Methods