Gets or sets the left 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.offsetLeft;
instance.offsetLeft = propValue; |
Property Value
Type:
Number
See Also