Table of Contents

Class Splitter

Namespace
Lime
Assembly
Lime.dll
[TangerineAllowedChildrenTypes(new Type[] { typeof(Node) })]
public abstract class Splitter : Widget, IDisposable, IAnimatorHost, IRenderChainBuilder, IAnimable, ICloneable
Inheritance
Splitter
Implements
Derived
Inherited Members
Extension Methods

Fields

SeparatorActiveAreaWidth

public float SeparatorActiveAreaWidth

Field Value

float

SeparatorColor

public Color4 SeparatorColor

Field Value

Color4

SeparatorDragColor

public Color4 SeparatorDragColor

Field Value

Color4

SeparatorHighlightColor

public Color4 SeparatorHighlightColor

Field Value

Color4

Properties

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

SeparatorWidth

public abstract float SeparatorWidth { get; set; }

Property Value

float

Stretches

public List<float> Stretches { get; set; }

Property Value

List<float>

Methods

GetStretchesList(List<float>, params float[])

public static List<float> GetStretchesList(List<float> stretches, params float[] defaults)

Parameters

stretches List<float>
defaults float[]

Returns

List<float>

RaiseDragEnded()

protected void RaiseDragEnded()

RaiseDragStarted()

protected void RaiseDragStarted()

Events

DragEnded

public event Action DragEnded

Event Type

Action

DragStarted

public event Action DragStarted

Event Type

Action