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

In This Topic
    MeasureOverride Method (C1RadialMenuItemsPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function MeasureOverride( _
       ByVal availableSize As Windows.Foundation.Size _
    ) As Windows.Foundation.Size
    protected virtual Windows.Foundation.Size MeasureOverride( 
       Windows.Foundation.Size availableSize
    )

    Parameters

    availableSize
    See Also