ApplicationDraggable¶
Summary¶
Represents a draggable box that can host a control and shown over application.
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
Id¶
Summary
Get unique ID of the Draggable.
Signature
1 |
|
Return Value
string
Child¶
Summary
Get / set the content control inside the draggable.
Signature
1 |
|
Return Value
ControlBase
X¶
Summary
Get / set X coordinate (default: 0).
Signature
1 |
|
Return Value
double
Y¶
Summary
Get / set Y coordinate (default: 0).
Signature
1 |
|
Return Value
double
ShowGrip¶
Summary
Get / set move grip visibility (default: true).
Signature
1 |
|
Return Value
bool
IsVisible¶
Summary
Get / set visibility of draggable.
Signature
1 |
|
Return Value
bool
Events¶
LocationChanged¶
Summary
Occurs when the draggable's location is changed.
Signature
1 |
|