Skip to content

ApplicationDraggables

Summary

Represents collection of application draggables.

Signature

1
public abstract interface ApplicationDraggables

Namespace

cAlgo.API

Methods

Add

Summary

Adds a draggable to application.

Signature

1
public abstract ApplicationDraggable Add()

Return Value

ApplicationDraggable

Remove

Summary

Removes a draggable from application.

Signature

1
public abstract void Remove(ApplicationDraggable draggable)

Parameters

Name Type Description
draggable ApplicationDraggable Draggable

Return Value

void

Properties

Count

Summary

Gets count of draggables.

Signature

1
public abstract int Count {get;}

Return Value

int