Show / Hide Table of Contents

Class SymbolDisplay

A control that renders a .

Inheritance
Object
SymbolDisplay
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class SymbolDisplay : Control

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 dependency property.

Declaration
public static readonly DependencyProperty SymbolProperty
Field Value
Type Description
DependencyProperty

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