Xamarin.Forms

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

    Show / Hide Table of Contents

    Class LayoutTargets

    Represents different targets of layout.

    Inheritance
    System.Object
    LayoutTargets
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class LayoutTargets : Enum

    Fields

    auto

    Specifies automatic plot area size for layout.

    Declaration
    public const LayoutTargets auto
    Field Value
    Type Description
    LayoutTargets

    inner

    Specifies the plot area size excluding the tick marks and axis labels.

    Declaration
    public const LayoutTargets inner
    Field Value
    Type Description
    LayoutTargets

    outer

    Specifies the plot area size including the tick marks and axis labels.

    Declaration
    public const LayoutTargets outer
    Field Value
    Type Description
    LayoutTargets

    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