Class LabelField
Control for displaying only a label.
Inheritance
LabelField
Implements
Inherited Members
Namespace: Benday.Presentation.Controls
Assembly: Benday.Presentation.Controls.dll
Syntax
[XamlFilePath("LabelField.xaml")]
public class LabelField : ContentView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
| Edit this page View SourceLabelField()
Declaration
public LabelField()
Fields
| Edit this page View SourceLabelTextProperty
Declaration
public static readonly BindableProperty LabelTextProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Edit this page View SourceLabelText
Declaration
public string LabelText { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceSetLabelText(string)
Declaration
public void SetLabelText(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value |