ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenu Class / Offset Property

In This Topic
    Offset Property (C1ContextMenu)
    In This Topic
    Gets the current position of the C1ContextMenu relative to the control it is associated with.
    Syntax
    'Declaration
     
    Public ReadOnly Property Offset As Windows.Foundation.Point
    public Windows.Foundation.Point Offset {get;}
    See Also