Class SignatureProperties
Represents a class for SignatureProperties which includes stroke width, stroke color, background color, background image, height, and width.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SignatureProperties : EJTagHelper
Constructors
SignatureProperties()
Declaration
public SignatureProperties()
Properties
BackgroundColor
Gets or sets the backgroundcolor to signature control.
Declaration
[JsonProperty("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The backgroundcolor. |
BackgroundImage
Gets or sets the backgroundimage to signature control.
Declaration
[JsonProperty("backgroundImage")]
public string BackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The backgroundimage. |
Change
Occurs when signature value changes.
Declaration
[JsonProperty("change")]
public string Change { get; set; }
Property Value
Type | Description |
---|---|
System.String | The change. |
Enabled
Gets or sets the signature to be enabled.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Height
Gets or sets the height of the signature control wrapper.
Declaration
[JsonProperty("height")]
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String | The height. |
IsResponsive
Gets or sets the Responsive behaviour of the control.
Declaration
[JsonProperty("isResponsive")]
public bool IsResponsive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
MouseDown
Occurs when signature is clicked.
Declaration
[JsonProperty("mouseDown")]
public string MouseDown { get; set; }
Property Value
Type | Description |
---|---|
System.String | The create. |
MouseMove
Occurs when signature canvas is moved successfully.
Declaration
[JsonProperty("mouseMove")]
public string MouseMove { get; set; }
Property Value
Type | Description |
---|---|
System.String | The click. |
MouseUp
Occurs when mouse is released over the signature control.
Declaration
[JsonProperty("mouseUp")]
public string MouseUp { get; set; }
Property Value
Type | Description |
---|---|
System.String | The mouse up. |
SaveImageFormat
Specifies the saveimageformat of signature control.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("saveImageFormat")]
public SaveImageFormat SaveImageFormat { get; set; }
Property Value
Type | Description |
---|---|
SaveImageFormat | The saveimageformat. |
SaveWithBackground
Gets or sets the download image with the background.
Declaration
[JsonProperty("saveWithBackground")]
public bool SaveWithBackground { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowRoundedCorner
Gets or sets the showroundedcorner of control.
Declaration
[JsonProperty("showRoundedCorner")]
public bool ShowRoundedCorner { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StrokeColor
Gets or sets the strokecolor to signature control.
Declaration
[JsonProperty("strokeColor")]
public string StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The strokecolor. |
StrokeWidth
Gets or sets the stroke width.
Declaration
[JsonProperty("strokeWidth")]
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The min value. |
Width
Gets or sets the width of the signature control wrapper.
Declaration
[JsonProperty("width")]
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The width. |
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |