Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenu Class / Offset Property

In This Topic
    Offset Property (C1RadialMenu)
    In This Topic
    Gets or sets the relative offset of the C1RadialMenu relative to the pointer position.
    Syntax
    'Declaration
     
    
    Public Property Offset As Point
    public Point Offset {get; set;}
    See Also