Show / Hide Table of Contents

Class SymbolDisplay

A control that renders a .

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

Constructors

| Improve this Doc View Source

SymbolDisplay()

Initializes a new instance of the SymbolDisplay class.

Declaration
public SymbolDisplay()

Fields

| Improve this Doc View Source

SymbolProperty

Identifies the Symbol bindable property.

Declaration
public static readonly BindableProperty SymbolProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

Symbol

Gets or sets the symbol to render.

Declaration
public Symbology.Symbol? Symbol { get; set; }
Property Value
Type Description
Nullable<Symbology.Symbol>

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