Class SinglePicker
Single picker.
Inheritance
Forms9Patch.BasePicker
SinglePicker
Implements
Inherited Members
Xamarin.Forms.VisualElement.OnChildRemoved(Xamarin.Forms.Element, System.Int32)
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class SinglePicker : BasePicker, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, INavigationProxy, IStyleSelectable, IAnimatable, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, ITabStopElement, IStylable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers
Constructors
SinglePicker()
Initializes a new instance of the SinglePicker class.
Declaration
public SinglePicker()
Fields
HtmlTextCellType
Internal Use
Declaration
protected Type HtmlTextCellType
Field Value
Type | Description |
---|---|
Type |
IsHtmlTextProperty
Backing store for SinglePicker's IsHtmlText property
Declaration
public static readonly BindableProperty IsHtmlTextProperty
Field Value
Type | Description |
---|---|
BindableProperty |
PlainTextCellType
Internal use
Declaration
protected Type PlainTextCellType
Field Value
Type | Description |
---|---|
Type |
Properties
IsHtmlText
controls value of .IsHtmlText property
Declaration
public bool IsHtmlText { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
OnPropertyChanged(String)
Ons the property changed.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
String | propertyName | Property name. |
Overrides
Forms9Patch.BasePicker.OnPropertyChanged(System.String)
Reset()
Reset this instance.
Declaration
public void Reset()