Class FieldsPopupElementView
Supporting control for the PopupViewer control, used for rendering a FieldsPopupElement.
Inheritance
FieldsPopupElementView
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class FieldsPopupElementView : TemplatedView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
Name | Description |
---|---|
FieldsPopupElementView() | Initializes a new instance of the FieldsPopupElementView class. |
Fields
Name | Description |
---|---|
DividerBrushProperty | Identifies the DividerBrush dependency property. |
ElementProperty | Identifies the Element dependency property. |
FieldTextStyleProperty | Identifies the FieldTextStyle dependency property. |
RowEvenBackgroundProperty | Identifies the RowEvenBackground dependency property. |
RowOddBackgroundProperty | Identifies the RowOddBackground dependency property. |
TableAreaContentName | Template name of the Label text area. |
Properties
Name | Description |
---|---|
DividerBrush | Gets or sets the vertical divider brush in the table. |
Element | Gets or sets the FieldsPopupElement. |
FieldTextStyle | Gets or sets the Label style applied to the text in the table. |
RowEvenBackground | Gets or sets the background of the even rows in the table. |
RowOddBackground | Gets or sets the background of the odd rows in the table. |
Methods
Name | Description |
---|---|
OnApplyTemplate() |