Show / Hide Table of Contents

Class TextPopupElementView

Supporting control for the PopupViewer control, used for rendering a .

Inheritance
Object
TextPopupElementView
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class TextPopupElementView : TemplatedView

Constructors

| Improve this Doc View Source

TextPopupElementView()

Initializes a new instance of the TextPopupElementView class.

Declaration
public TextPopupElementView()

Fields

| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TextAreaName

Template name of the text area.

Declaration
public const string TextAreaName = "TextArea"
Field Value
Type Description
String

Properties

| Improve this Doc View Source

Element

Gets or sets the TextPopupElement.

Declaration
public TextPopupElement? Element { get; set; }
Property Value
Type Description
Nullable<TextPopupElement>

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX