ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionRichTextBox Class / ArrangeOverride Method

In This Topic
    ArrangeOverride Method (C1ExpressionRichTextBox)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ArrangeOverride( _
       ByVal finalSize As Windows.Foundation.Size _
    ) As Windows.Foundation.Size
    protected virtual Windows.Foundation.Size ArrangeOverride( 
       Windows.Foundation.Size finalSize
    )

    Parameters

    finalSize
    See Also