Class FieldsPopupElementView
Supporting control for the PopupViewer control, used for rendering a FieldsPopupElement.
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "TableAreaContent", Type = typeof(ContentPresenter))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class FieldsPopupElementView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
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. |
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 TextBlock 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() | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate(). |