ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1LayoutRounder Class / MeasureOverride Method

In This Topic
    MeasureOverride Method (C1LayoutRounder)
    In This Topic
    Provides the behavior for the Measure pass of layout.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function MeasureOverride( _
       ByVal constraint As Windows.Foundation.Size _
    ) As Windows.Foundation.Size
    protected override Windows.Foundation.Size MeasureOverride( 
       Windows.Foundation.Size constraint
    )

    Parameters

    constraint
    See Also