menu

WPF

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

    Show / Hide Table of Contents

    Class SelectionTableFormat

    Represents the SelectionTableFormat class.

    Inheritance
    System.Object
    SelectionTableFormat
    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 sealed class SelectionTableFormat : INotifyPropertyChanged

    Properties

    Bidi

    Gets or sets the bidirectional property of selected table.

    Declaration
    public bool? Bidi { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    The bidirectional property of the selected table.

    BottomMargin

    Gets or Sets the default cell bottom margin of the TableAdv.

    Declaration
    public double BottomMargin { get; set; }
    Property Value
    Type Description
    System.Double

    The default cell bottom margin of the TableAdv.

    CellSpacing

    Gets or Sets the spacing between the cells in the selected TableAdv.

    Declaration
    public double CellSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    The CellSpacing.

    LeftIndent

    Gets or Sets the left indent of the selected TableAdv.

    Declaration
    public double LeftIndent { get; set; }
    Property Value
    Type Description
    System.Double

    The left indent.

    LeftMargin

    Gets or Sets the default cell left margin of the TableAdv.

    Declaration
    public double LeftMargin { get; set; }
    Property Value
    Type Description
    System.Double

    The default cell left margin of the TableAdv.

    PreferredWidth

    Gets or Sets the width of the selected TableAdv.

    Declaration
    public double PreferredWidth { get; set; }
    Property Value
    Type
    System.Double

    PreferredWidthType

    Gets or Sets the width type.

    Declaration
    public WidthType PreferredWidthType { get; set; }
    Property Value
    Type
    WidthType

    RightMargin

    Gets or Sets the default cell right margin of the TableAdv.

    Declaration
    public double RightMargin { get; set; }
    Property Value
    Type Description
    System.Double

    The default cell right margin of the TableAdv.

    TableAlignment

    Gets or Sets the TableAlignment of the selected TableAdv.

    Declaration
    public TableAlignment? TableAlignment { get; set; }
    Property Value
    Type Description
    System.Nullable<TableAlignment>

    The TableAlignment.

    TopMargin

    Gets or Sets the default cell top margin of the TableAdv.

    Declaration
    public double TopMargin { get; set; }
    Property Value
    Type Description
    System.Double

    The default cell top margin of the TableAdv.

    Events

    PropertyChanged

    Occurs when a property value changes.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved