In This Article

RibbonBackstageHeaderSeparatorViewModel Class

Represents a view model for a separator control within a ribbon backstage header.

public class RibbonBackstageHeaderSeparatorViewModel : ObservableObjectBase
Inheritance:
object ObservableObjectBase object

Constructors

RibbonBackstageHeaderSeparatorViewModel()

Initializes a new instance of the class.

public RibbonBackstageHeaderSeparatorViewModel()

RibbonBackstageHeaderSeparatorViewModel(RibbonBackstageHeaderAlignment)

Initializes a new instance of the class with the specified header alignment.

public RibbonBackstageHeaderSeparatorViewModel(RibbonBackstageHeaderAlignment headerAlignment)
Parameter Type Description
headerAlignment RibbonBackstageHeaderAlignment

A RibbonBackstageHeaderAlignment indicating the alignment of the control within the ribbon Backstage header.

Properties

HeaderAlignment

Gets or sets a RibbonBackstageHeaderAlignment indicating the alignment of the control within the ribbon Backstage header.

public RibbonBackstageHeaderAlignment HeaderAlignment { get; set; }

Property Value

RibbonBackstageHeaderAlignment:

A RibbonBackstageHeaderAlignment indicating the alignment of the control within the ribbon Backstage header. The default value is Top.

Inherited Members