Represent signature pad view.
Definition
public class SignaturePadView : FrameLayoutBase
Summary
The following table summarizes the members exposed in this class.
Public Constructors
SignaturePadView Constructor(Context) | Initializes a new instance of the SignaturePadView class. |
SignaturePadView Constructor(Context, IAttributeSet) | Initializes a new instance of the SignaturePadView class. |
Protected Constructors
SignaturePadView Constructor(IntPtr, JniHandleOwnership) | Initializes a new instance of the SignaturePadView class. |
Public Properties
AntiAlias | Gets or sets a value indicating whether [anti alias]. |
ClearIcon | Gets or sets the clear icon. |
HintColor | Gets or sets the color of the hint. |
HintFont | Gets or sets the hint font. |
HintFontStyle | Gets or sets the hint font style. |
HintText | Gets or sets the hint text. |
LayoutId | Gets or sets the layout identifier. |
LineColor | Gets or sets the color of the line. |
SignatureByte | Gets or sets the signature byte. |
StrokeCap | Gets or sets the stroke cap. |
StrokeColor | Gets or sets the color of the stroke. |
StrokeJoin | Gets or sets the stroke join. |
StrokeWidth | Gets or sets the width of the stroke. |
TextViewStyle | Gets or sets the text view style. |
Fields
AntiAliasProperty | The anti alias property. |
ClearIconProperty | The clear icon property. |
HintColorProperty | The hint color property. |
HintFontProperty | The hint font property. |
HintFontStyleProperty | The hint font style property. |
HintTextProperty | The hint text property. |
LayoutIdProperty | The layout identifier property. |
LineColorProperty | The line color property. |
SignatureByteProperty | The signature byte property. |
StrokeCapProperty | The stroke cap property. |
StrokeColorProperty | The stroke color property. |
StrokeJoinProperty | The stroke join property. |
StrokeWidthProperty | The stroke width property. |
TextViewStyleProperty | The text view style property. |
Protected Methods
Dispose(bool) | Dispose the property bag in list view. |
OnPropertyChanged(Property, object, object) | Called when property is changed. |
OnViewCreated() | Called when view is created |
Public Constructors
public SignaturePadView(Context context)
Initializes a new instance of the SignaturePadView class.
Parameters
context | The context. |
public SignaturePadView(Context context, IAttributeSet attrs)
Initializes a new instance of the SignaturePadView class.
Parameters
context | The context. |
attrs | The attrs. |
Protected Constructors
protected SignaturePadView(IntPtr javaReference, JniHandleOwnership transfer)
Initializes a new instance of the SignaturePadView class.
Parameters
javaReference | The java reference. |
transfer | The transfer. |
Public Properties
public bool AntiAlias { get; set; }
Gets or sets a value indicating whether [anti alias].
public int ClearIcon { get; set; }
Gets or sets the clear icon.
public Color HintColor { get; set; }
Gets or sets the color of the hint.
public string HintFont { get; set; }
Gets or sets the hint font.
public int HintFontStyle { get; set; }
Gets or sets the hint font style.
public string HintText { get; set; }
Gets or sets the hint text.
public int LayoutId { get; set; }
Gets or sets the layout identifier.
public Color LineColor { get; set; }
Gets or sets the color of the line.
public Byte[] SignatureByte { get; set; }
Gets or sets the signature byte.
public int StrokeCap { get; set; }
Gets or sets the stroke cap.
public Color StrokeColor { get; set; }
Gets or sets the color of the stroke.
public int StrokeJoin { get; set; }
Gets or sets the stroke join.
public int StrokeWidth { get; set; }
Gets or sets the width of the stroke.
public int TextViewStyle { get; set; }
Gets or sets the text view style.
Fields
public static Property AntiAliasProperty
The anti alias property.
public static Property ClearIconProperty
The clear icon property.
public static Property HintColorProperty
The hint color property.
public static Property HintFontProperty
The hint font property.
public static Property HintFontStyleProperty
The hint font style property.
public static Property HintTextProperty
The hint text property.
public static Property LayoutIdProperty
The layout identifier property.
public static Property LineColorProperty
The line color property.
public static Property SignatureByteProperty
The signature byte property.
public static Property StrokeCapProperty
The stroke cap property.
public static Property StrokeColorProperty
The stroke color property.
public static Property StrokeJoinProperty
The stroke join property.
public static Property StrokeWidthProperty
The stroke width property.
public static Property TextViewStyleProperty
The text view style property.
Protected Methods
protected void Dispose(bool disposing)
Dispose the property bag in list view.
Remarks
To be added. |
Parameters
disposing | To be added. |
protected void OnPropertyChanged(Property property, object oldValue, object newValue)
Called when property is changed.
Parameters
property | The property. |
oldValue | The old value. |
newValue | The new value. |
protected void OnViewCreated()
Called when view is created