Class SelectionSectionFormat
Represents the SelectionSectionFormat class.
Inheritance
System.Object
    SelectionSectionFormat
  Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class SelectionSectionFormat : INotifyPropertyChangedProperties
PageMargin
Gets or Sets the page margin of the selected sections.
Declaration
public Thickness PageMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Thickness | The page margin of the selected sections. | 
PageSize
Gets or Sets the page size of the selected sections.
Declaration
public Size PageSize { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Size | The page size of the selected sections. | 
See Also
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChangedEvent Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged