Class TextPopupElementView
Supporting control for the PopupViewer control,
used for rendering a
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class TextPopupElementView : TemplatedView
Constructors
| Improve this Doc View SourceTextPopupElementView()
Initializes a new instance of the TextPopupElementView class.
Declaration
public TextPopupElementView()
Fields
| Improve this Doc View SourceElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TextAreaName
Template name of the
Declaration
public const string TextAreaName = "TextArea"
Field Value
Type | Description |
---|---|
String |
Properties
| Improve this Doc View SourceElement
Gets or sets the TextPopupElement.
Declaration
public TextPopupElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TextPopupElement> |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()