Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeightType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeightType

    Specifies the row height type

    Inheritance
    System.Object
    HeightType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class HeightType : Enum

    Fields

    AtLeast

    The row height is at least a minimum specified value.

    Declaration
    public const HeightType AtLeast
    Field Value
    Type Description
    HeightType

    Auto

    The row height is adjusted to accommodate the tallest value in the row.

    Declaration
    public const HeightType Auto
    Field Value
    Type Description
    HeightType

    Exactly

    The row height is an exact value.

    Declaration
    public const HeightType Exactly
    Field Value
    Type Description
    HeightType

    value__

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