Class Splitter
The splitter between the panes.
Implements
Inherited Members
      VisualElement.ExecuteDefaultAction(EventBase)
    
    
      VisualElement.Focus()
    
    
    
    
    
    
    
      VisualElement.Overlaps(Rect)
    
    
    
      VisualElement.ToString()
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      VisualElement.GetFirstOfType<T>()
    
    
      VisualElement.GetFirstAncestorOfType<T>()
    
    
    
    
    
    
      VisualElement.canGrabFocus
    
    
      VisualElement.focusController
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      VisualElement.cacheAsBitmap
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      CallbackEventHandler.RegisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
    
    
      CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, TrickleDown)
    
    
      CallbackEventHandler.UnregisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
    
    
      CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TrickleDown)
    
    
    
    
    
    
    
    
    
    
    
  Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public class Splitter : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyleFields
anchorUssClassName
The USS class name of the anchor of the Splitter.
Declaration
public const string anchorUssClassName = "appui-splitter__anchor"Field Value
| Type | Description | 
|---|---|
| string | 
collapsedStateUssClassName
The USS class name of the Splitter for its collapsed state.
Declaration
public const string collapsedStateUssClassName = "appui-splitter--collapsed-"Field Value
| Type | Description | 
|---|---|
| string | 
collapsedUssClassName
The USS class name of the Splitter when it is collapsed.
Declaration
public const string collapsedUssClassName = "appui-splitter--collapsed"Field Value
| Type | Description | 
|---|---|
| string | 
expandButtonUssClassName
The USS class name of the expand button of the Splitter.
Declaration
public const string expandButtonUssClassName = "appui-splitter__expand-button"Field Value
| Type | Description | 
|---|---|
| string | 
expandIconUsClassName
The USS class name of the expand icon of the Splitter.
Declaration
public const string expandIconUsClassName = "appui-splitter__expand-icon"Field Value
| Type | Description | 
|---|---|
| string | 
ussClassName
The USS class name of the Splitter.
Declaration
public const string ussClassName = "appui-splitter"Field Value
| Type | Description | 
|---|---|
| string | 
Methods
GenerateCollapsedUssClassName(CollapsedState)
Declaration
public static string GenerateCollapsedUssClassName(Splitter.CollapsedState enumValue)Parameters
| Type | Name | Description | 
|---|---|---|
| Splitter.CollapsedState | enumValue | 
Returns
| Type | Description | 
|---|---|
| string |