menu

WPF

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

    Show / Hide Table of Contents

    Class TextFrame

    Represents the TextFrame class.

    Inheritance
    System.Object
    BaseNode
    TextFrame
    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public class TextFrame : BaseNode

    Constructors

    TextFrame()

    Initializes a new instance of the TextFrame class.

    Declaration
    public TextFrame()

    Properties

    Blocks

    Gets the BlockAdvCollection of the CommentAdv.

    Declaration
    public BlockAdvCollection Blocks { get; }
    Property Value
    Type Description
    BlockAdvCollection

    The BlockAdvCollection of the CommentAdv.

    BottomMargin

    Gets or sets the Bottom Margin.

    Declaration
    public float BottomMargin { get; set; }
    Property Value
    Type Description
    System.Single

    The Bottom Margin of shape.

    LeftMargin

    Gets or sets the Left Margin.

    Declaration
    public float LeftMargin { get; set; }
    Property Value
    Type Description
    System.Single

    The Left Margin of shape.

    RightMargin

    Gets or sets the Right Margin.

    Declaration
    public float RightMargin { get; set; }
    Property Value
    Type Description
    System.Single

    The Right Margin of shape.

    TopMargin

    Gets or sets the Top Margin.

    Declaration
    public float TopMargin { get; set; }
    Property Value
    Type Description
    System.Single

    The Top Margin of shape.

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