ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1UniformGrid Class / ArrangeOverride Method

In This Topic
    ArrangeOverride Method (C1UniformGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function ArrangeOverride( _
       ByVal arrangeSize As Windows.Foundation.Size _
    ) As Windows.Foundation.Size
    protected override Windows.Foundation.Size ArrangeOverride( 
       Windows.Foundation.Size arrangeSize
    )

    Parameters

    arrangeSize
    See Also