Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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.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 Description
    WidthType

    Percent

    Measure the current item width using a specified percentage.

    Declaration
    public const WidthType Percent
    Field Value
    Type Description
    WidthType

    Point

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

    Declaration
    public const WidthType Point
    Field Value
    Type Description
    WidthType

    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