csharp
public sealed class SeparatorA 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 TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
public Orientation Orientationpublic static readonly UiPropertyKey OrientationPropertyIdentity 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