Table of Contents

Class VerticalLineCaret

Namespace
Lime
Assembly
Lime.dll
public class VerticalLineCaret : ICaretPresenter, IPresenter
Inheritance
VerticalLineCaret
Implements
Inherited Members

Properties

Color

public Color4 Color { get; set; }

Property Value

Color4

Position

public Vector2 Position { get; set; }

Property Value

Vector2

Thickness

public float Thickness { get; set; }

Property Value

float

Visible

public bool Visible { get; set; }

Property Value

bool

Width

public float Width { get; set; }

Property Value

float

Methods

GetRenderObject(Node)

public RenderObject GetRenderObject(Node node)

Parameters

node Node

Returns

RenderObject

PartialHitTest(Node, ref HitTestArgs)

public bool PartialHitTest(Node node, ref HitTestArgs args)

Parameters

node Node
args HitTestArgs

Returns

bool