alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SelectionTableFormat

    Represents the SelectionTableFormat class.

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

    Properties

    Bidi

    Gets or sets the bidirectional property of selected table.

    Declaration
    public Nullable<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 Nullable<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

    Extension Methods

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