Vixen
02b45cc4
csharp
public sealed class Separator

A rule between two groups of things.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • protected override bool AcceptsFocus

    Whether the focus can rest on this kind of control at all.

  • public Orientation Orientation
  • public static readonly UiPropertyKey OrientationProperty

    Identity for Orientation.

Methods (2)

  • protected override void OnCreated()

    Builds whatever this element is made of, once, as it joins a document.

  • public void ClearOrientation()

    Unsets Orientation, so it takes its default or its ancestor's value again.

Used by (7)

  • ControlVisualTestsVixen.Ui.Controls.Tests
  • MenuVixen.Ui.Controls
  • RangeBaseVixen.Ui.Controls
  • ScrollBarVixen.Ui.Controls
  • MenuTestsVixen.Editor.Ui.Tests
  • ToolbarPresenterVixen.Editor.Ui
  • ToolbarSectionTestsVixen.Editor.Ui.Tests