In This Article

BarSeparatorViewModel Class

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

public class BarSeparatorViewModel : ObservableObjectBase
Inheritance:
object ObservableObjectBase object

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.

Inherited Members