menu

Blazor

  • Code Examples
  • 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.DocumentEditor.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
    HeightType

    Auto

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

    Declaration
    public const HeightType Auto
    Field Value
    Type
    HeightType

    Exactly

    The row height is an exact value.

    Declaration
    public const HeightType Exactly
    Field Value
    Type
    HeightType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved