Blazor

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

    Show / Hide Table of Contents

    Class CommandsHeight

    Provides settings to change the height of inserted image in the Rich Text Editor.

    Inheritance
    System.Object
    CommandsHeight
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CommandsHeight : Object

    Constructors

    CommandsHeight()

    Declaration
    public CommandsHeight()

    Properties

    Height

    Defines the Height.

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    MaxHeight

    Defines the MaxHeight.

    Declaration
    public string MaxHeight { get; set; }
    Property Value
    Type Description
    System.String

    MinHeight

    Defines the MinHeight.

    Declaration
    public string MinHeight { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved