menu

Blazor

  • Code Examples
  • 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 media in the Rich Text Editor.

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

    This class customizes media vertical dimensions, enabling specification for adaptable and responsive content projection.

    Constructors

    CommandsHeight()

    Declaration
    public CommandsHeight()

    Properties

    Height

    Gets or sets the height.

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

    A string detailing the set or initial height.

    Remarks

    Height contributes directly to the visible presentation of the media within the editorial content framework.

    MaxHeight

    Gets or sets the maximum height.

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

    A string controlling the upper height constraint.

    Remarks

    MaxHeight prevents large-scale infringements, supporting consistent editor layout.

    MinHeight

    Gets or sets the minimum height.

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

    A string specifying the lowest height limit.

    Remarks

    MinHeight guards against excessively small displays, preserving usability and readability.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved