Class FormFieldSettingsModel
Interface for a class FormFieldSettings.
Inheritance
System.Object
FormFieldSettingsModel
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class FormFieldSettingsModel : Object
Constructors
FormFieldSettingsModel()
Declaration
public FormFieldSettingsModel()
Properties
ApplyShading
Get or Set whether apply shadings for field or not.
Declaration
public bool ApplyShading { get; set; }
Property Value
Type |
---|
System.Boolean |
FormattingExceptions
Get or Set formatting exception.
Declaration
public List<FormattingExceptions> FormattingExceptions { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FormattingExceptions> |
FormFillingMode
Get or Set form filling mode type.
Declaration
public FormFillingMode FormFillingMode { get; set; }
Property Value
Type |
---|
FormFillingMode |
SelectionColor
Get or Set field selection color.
Declaration
public string SelectionColor { get; set; }
Property Value
Type |
---|
System.String |
ShadingColor
Get or Set form fields shading color.
Declaration
public string ShadingColor { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Dispose unmanaged resources used in FormFieldSettingsModel.
Declaration
public void Dispose()
Equals(FormFieldSettingsModel)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(FormFieldSettingsModel formFieldSettingsModel)
Parameters
Type | Name | Description |
---|---|---|
FormFieldSettingsModel | formFieldSettingsModel | An FormFieldSettingsModel to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |