ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1RadialMenu
    Dim value As Point
     
    instance.Offset = value
     
    value = instance.Offset
    public Point Offset {get; set;}
    public:
    property Point Offset {
       Point get();
       void set (    Point value);
    }
    See Also