Show / Hide Table of Contents

Class TextPopupElementView

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

Inheritance
Object
TextPopupElementView
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class TextPopupElementView : Control

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

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