menu

UWP

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

    Show / Hide Table of Contents

    Class SelectionSectionFormat

    Represents the SelectionSectionFormat class.

    Inheritance
    System.Object
    SelectionSectionFormat
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public class SelectionSectionFormat : Object, INotifyPropertyChanged

    Properties

    PageMargin

    Gets or Sets the page margin of the selected sections.

    Declaration
    public Thickness PageMargin { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.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
    Windows.Foundation.Size

    The page size of the selected sections.

    See Also
    SectionAdv
    SectionFormat
    SelectionAdv

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved