Class FormFieldSettingsModel
Interface for a class FormFieldSettings.
Inherited Members
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()