Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToolStrip Class / MeasureOverride Method
The maximum size that the method can return.

In This Topic
    MeasureOverride Method (C1ToolStrip)
    In This Topic
    When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.
    Syntax
    'Declaration
     
    
    Protected Overrides Function MeasureOverride( _
       ByVal constraint As Size _
    ) As Size
    protected override Size MeasureOverride( 
       Size constraint
    )

    Parameters

    constraint
    The maximum size that the method can return.

    Return Value

    The size that this element determines it needs during layout, based on its calculations of child element sizes.
    See Also