Represent signature pad widget builder.
Definition
public class SignaturePadWidgetBuilder : ComponentViewBuilder
Summary
The following table summarizes the members exposed in this class.
Public Constructors
SignaturePadWidgetBuilder Constructor() | Initializes a new instance of the SignaturePadWidgetBuilder class. |
Public Properties
EditorIdentifier | Gets the editor identifier associated to the editor type. |
Public Methods
Build(object, PropertyDefinition) | Builds the IComponentView from a given System.Object and PropertyDefinition. |
Public Constructors
public SignaturePadWidgetBuilder()
Public Properties
public string EditorIdentifier { get; }
Gets the editor identifier associated to the editor type.
Public Methods
public IComponentView Build(object viewHost, PropertyDefinition property)
Builds the IComponentView from a given System.Object and PropertyDefinition.
Parameters
viewHost | The Android.Views.View host |
property | The PropertyDefinition |