WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct TextFrameColumns - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct TextFrameColumns

    Represent columns in the Text frame.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public struct TextFrameColumns

    Properties

    Number

    Gets or sets the number of the text frame columns.

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32

    SpacingPt

    Gets or sets the spacing point of the text frame columns.

    Declaration
    public int SpacingPt { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved