ComponentOne Basic Library for WPF and Silverlight
Offset Property (C1RadialMenu)


C1.WPF Namespace > C1RadialMenu Class : Offset Property
Gets or sets the relative offset of the C1RadialMenu relative to the pointer position.
Syntax
'Declaration
 
Public Property Offset As System.Windows.Point
'Usage
 
Dim instance As C1RadialMenu
Dim value As System.Windows.Point
 
instance.Offset = value
 
value = instance.Offset
public System.Windows.Point Offset {get; set;}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members