menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SizeOptionsBuilder

    Inheritance
    System.Object
    SizeOptionsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SizeOptionsBuilder

    Constructors

    SizeOptionsBuilder(SizeSettings)

    It set the height and width of gantt.

    Declaration
    public SizeOptionsBuilder(SizeSettings size)
    Parameters
    Type Name Description
    SizeSettings size

    It accepts the height and width for gantt

    Methods

    Height(String)

    It set the height of gantt

    Declaration
    public SizeOptionsBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height

    It accepts the string value and set the height of gantt

    Returns
    Type Description
    SizeOptionsBuilder

    SizeOptionsBuilder

    Width(String)

    It set the width for gantt

    Declaration
    public SizeOptionsBuilder Width(string width)
    Parameters
    Type Name Description
    System.String width

    It accepts the string value and set the width of gantt

    Returns
    Type Description
    SizeOptionsBuilder

    SizeOptionsBuilder

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