Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / CenterOnScreen Property

In This Topic
    CenterOnScreen Property
    In This Topic
    Gets or sets the screen coordinates of the menu's center. If the menu is currently invisible (Visible is false), setting this property throws an exception.
    Syntax
    'Declaration
     
    
    Public Property CenterOnScreen As Point
    public Point CenterOnScreen {get; set;}
    See Also