alexa
menu

Document Processing

    Show / Hide Table of Contents

    ResizingMode Class

    Specifies how an element visually responds to resizing operations.

    Inheritance
    System.Object
    ResizingMode
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class ResizingMode : Enum

    Fields

    Delayed

    The element is redrawn after the resizing operation is finished.

    Declaration
    public const ResizingMode Delayed
    Field Value
    Type
    ResizingMode

    Live

    The element is redrawn dynamically during the resizing operation.

    Declaration
    public const ResizingMode Live
    Field Value
    Type
    ResizingMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved