Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / Anchor Property

In This Topic
    Anchor Property (C1Ribbon)
    In This Topic
    Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
    Syntax
    'Declaration
     
    
    Public Overrides Property Anchor As AnchorStyles
    public override AnchorStyles Anchor {get; set;}

    Property Value

    A bitwise combination of the System.Windows.Forms.AnchorStyles values. The default is Top and Left.
    See Also