menu

WinForms

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

    Show / Hide Table of Contents

    Class SectionAdv

    Inheritance
    System.Object
    SectionAdv
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class SectionAdv : DependencyObject

    Constructors

    SectionAdv()

    Initializes the new instance of section

    Declaration
    public SectionAdv()

    Fields

    PageBackgroundProperty

    Declaration
    public static readonly DependencyProperty PageBackgroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    PageContentMarginProperty

    Registers page content margin dependency property

    Declaration
    public static readonly DependencyProperty PageContentMarginProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    PageShadowBackgroundProperty

    Declaration
    public static readonly DependencyProperty PageShadowBackgroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    PageSizeProperty

    Gets or Sets the page size 817, 1154

    Declaration
    public static readonly DependencyProperty PageSizeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Blocks

    Gets the Block Collection

    Declaration
    public BlockCollection<BlockAdv> Blocks { get; }
    Property Value
    Type
    BlockCollection<BlockAdv>

    PageBackground

    Declaration
    public Brush PageBackground { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    PageContentMargin

    Gets or Sets the page content margin

    Declaration
    public Thickness PageContentMargin { get; set; }
    Property Value
    Type
    System.Windows.Thickness

    PageShadowBackground

    Declaration
    public Brush PageShadowBackground { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    PageSize

    Gets or Sets the page size

    Declaration
    public Size PageSize { get; set; }
    Property Value
    Type
    System.Windows.Size

    Methods

    GetNextSection()

    Returns the next section

    Declaration
    public SectionAdv GetNextSection()
    Returns
    Type
    SectionAdv

    GetPreviousSection()

    Returns the previous section

    Declaration
    public SectionAdv GetPreviousSection()
    Returns
    Type
    SectionAdv

    MeasureElements()

    Declaration
    public void MeasureElements()

    OnPageBackgroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    protected static void OnPageBackgroundChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject
    System.Windows.DependencyPropertyChangedEventArgs args

    OnPageBackgroundChanged(DependencyPropertyChangedEventArgs)

    Declaration
    protected virtual void OnPageBackgroundChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    OnPageShadowBackgroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    protected static void OnPageShadowBackgroundChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject
    System.Windows.DependencyPropertyChangedEventArgs args

    OnPageShadowBackgroundChanged(DependencyPropertyChangedEventArgs)

    Declaration
    protected virtual void OnPageShadowBackgroundChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved