In This Article

BarSeparatorViewModel Class

Represents a view model for a separator control within a bar control.

public class BarSeparatorViewModel : ObservableObjectBase, IHasTag
Inheritance:
object ObservableObjectBase object
Implements:
IHasTag

Constructors

BarSeparatorViewModel()

Initializes an instance of the class.

public BarSeparatorViewModel()

Properties

IsVisible

Gets or sets whether the control is currently visible.

public bool IsVisible { get; set; }

Property Value

bool:

The default value is true.

Tag

Gets or sets a user-defined object attached to the control.

public object Tag { get; set; }

Property Value

object

Inherited Members