alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FormFieldSettingsModel

    Interface for a class FormFieldSettings.

    Inheritance
    object
    FormFieldSettingsModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class FormFieldSettingsModel

    Constructors

    FormFieldSettingsModel()

    Declaration
    public FormFieldSettingsModel()

    Properties

    ApplyShading

    Get or Set whether apply shadings for field or not.

    Declaration
    [JsonPropertyName("applyShading")]
    public bool ApplyShading { get; set; }
    Property Value
    Type
    bool

    FormFillingMode

    Get or Set form filling mode type.

    Declaration
    [JsonPropertyName("formFillingMode")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public FormFillingMode FormFillingMode { get; set; }
    Property Value
    Type
    FormFillingMode

    FormattingExceptions

    Get or Set formatting exception.

    Declaration
    [JsonPropertyName("formattingExceptions")]
    public List<FormattingExceptions> FormattingExceptions { get; set; }
    Property Value
    Type
    List<FormattingExceptions>

    SelectionColor

    Get or Set field selection color.

    Declaration
    [JsonPropertyName("selectionColor")]
    public string SelectionColor { get; set; }
    Property Value
    Type
    string

    ShadingColor

    Get or Set form fields shading color.

    Declaration
    [JsonPropertyName("shadingColor")]
    public string ShadingColor { get; set; }
    Property Value
    Type
    string

    Methods

    Dispose()

    Dispose unmanaged resources used in FormFieldSettingsModel.

    Declaration
    public void Dispose()
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved