Gets or sets the top offset of the radial menu in pixels relative to the target HTML element and specified position. This property requires that a valid target is specifies.
Namespace: Telerik.UIAssembly: (in WinJS.exe) Version:
Syntax
JavaScript |
---|
//propValue is of type Number
var propValue = instance.offsetTop;
instance.offsetTop = propValue; |
Property Value
Type:
Number
See Also