menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WidthType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WidthType

    Specifies the width type for table and cells.

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

    Fields

    Auto

    Automatically select the unit of measure to use based on the current selection.

    Declaration
    public const WidthType Auto
    Field Value
    Type
    WidthType

    Percent

    Measure the current item width using a specified percentage.

    Declaration
    public const WidthType Percent
    Field Value
    Type
    WidthType

    Point

    Measure the current item width using a specified number of points.

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