Show / Hide Table of Contents

SymbolDisplay

Displays a symbol outside of a GeoView.

SymbolDisplay

Features

  • Supports binding.
  • Renders Symbol objects.

Usage

.NET MAUI:

<esri:SymbolDisplay xmlns:esri="http://schemas.esri.com/arcgis/runtime/2013"
                    Symbol="{x:Reference Symbol}" />

UWP/WinUI:

<esri:SymbolDisplay xmlns:toolkit="using:Esri.ArcGISRuntime.Toolkit.UI.Controls"
                    Symbol="{x:Bind Symbol}" />

WPF:

<esri:SymbolDisplay xmlns:esri="http://schemas.esri.com/arcgis/runtime/2013"
                    Symbol="{Binding ElementName=Symbol}" />
  • Improve this Doc
In This Article
Back to top Generated by DocFX