Class DocumentAdv
Inheritance
System.Object
DocumentAdv
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class DocumentAdv : DependencyObject
Constructors
DocumentAdv()
Declaration
public DocumentAdv()
Fields
PageContentMarginProperty
Registers page content margin dependency property
Declaration
public static readonly DependencyProperty PageContentMarginProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
PageContentMargin
Gets or Sets the page content margin
Declaration
public Thickness PageContentMargin { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
Sections
It returns the sections collection.
Declaration
public BlockCollection<SectionAdv> Sections { get; }
Property Value
Type |
---|
BlockCollection<SectionAdv> |