Class SymbolDisplay
A control that renders a
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class SymbolDisplay : Control
Constructors
| Improve this Doc View SourceSymbolDisplay()
Initializes a new instance of the SymbolDisplay class.
Declaration
public SymbolDisplay()
Fields
| Improve this Doc View SourceSymbolProperty
Identifies the Symbol dependency property.
Declaration
public static readonly DependencyProperty SymbolProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSymbol
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 SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()