Enum SplitContainer.DraggerVisibilityEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum SplitContainer.DraggerVisibilityEnum : long
Fields
Hidden = 1The split dragger icon is never visible regardless of the value of
autohide.The size of the grabber icon determines the minimum
separation.HiddenCollapsed = 2The split dragger icon is not visible, and the split bar is collapsed to zero thickness.
Visible = 0The split dragger icon is always visible when
autohideis false, otherwise visible only when the cursor hovers it.The size of the grabber icon determines the minimum
separation.The dragger icon is automatically hidden if the length of the grabber icon is longer than the split bar.