menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutType

    Specifies the layout type supported by the SfRichTextBoxAdv control.

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

    Fields

    Block

    Specifies the content to be displayed continuously in single page, by restricting scrolling, zooming and editing (similar to TextBlock).

    Declaration
    public const LayoutType Block
    Field Value
    Type
    LayoutType

    Continuous

    Specifies the content to be displayed continuously in single page.

    Declaration
    public const LayoutType Continuous
    Field Value
    Type
    LayoutType

    Pages

    Specifies the content to be displayed in multiple pages.

    Declaration
    public const LayoutType Pages
    Field Value
    Type
    LayoutType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    SfRichTextBoxAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved