ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 Windows.Foundation.Point
    public Windows.Foundation.Point Offset {get; set;}
    See Also