Class SectionAdv
Inheritance
System.Object
SectionAdv
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public class SectionAdv : DependencyObject
Constructors
Initializes the new instance of section
Declaration
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
Gets the Block Collection
Declaration
public BlockCollection<BlockAdv> Blocks { get; }
Property Value
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
Methods
Declaration
public SectionAdv GetNextSection()
Returns
Returns the previous section
Declaration
public SectionAdv GetPreviousSection()
Returns
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 |
|