Xamarin.Android

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

    Show / Hide Table of Contents

    Class AutoFitType

    Specifies the AutoFitType

    Inheritance
    System.Object
    AutoFitType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class AutoFitType : Enum

    Fields

    FitToContent

    Fit the contents respect to contents.

    Declaration
    public const AutoFitType FitToContent
    Field Value
    Type Description
    AutoFitType

    FitToWindow

    Fit the contents respect to window/pagewidth.

    Declaration
    public const AutoFitType FitToWindow
    Field Value
    Type Description
    AutoFitType

    FixedColumnWidth

    Fit the contents respect to fixed column width.

    Declaration
    public const AutoFitType FixedColumnWidth
    Field Value
    Type Description
    AutoFitType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved