Class SymbolDisplay
A control that renders a
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class SymbolDisplay : TemplatedView
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 bindable property.
Declaration
public static readonly BindableProperty SymbolProperty
Field Value
Type | Description |
---|---|
BindableProperty |
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()