Class Popover
Implements
Inherited Members
Namespace: Ritchie.Toolbox.Widgets
Assembly: Ritchie.Toolbox.dll
Syntax
public sealed class Popover : ContentWidget, IFontFamilyProvider, IInspectable, IContentWidget, IUpdateThemeProperties, IVisual<Popover.PopoverVisualState>
Properties
VisualProperties
Gets a read-only reference to the visual properties associated with the widget.
Declaration
public ref readonly Popover.PopoverVisualState VisualProperties { get; }
Property Value
Type | Description |
---|---|
Popover.PopoverVisualState |
Methods
RebuildGeometry(GeometryHelper)
Declaration
protected override void RebuildGeometry(GeometryHelper geometry)
Parameters
Type | Name | Description |
---|---|---|
GeometryHelper | geometry |
Overrides
UpdateThemeProperties()
Retrieves layout properties from the visual style. Called by the UI system on every frame before layout updates occur. If layout properties change during this method call, the widget will automatically invalidate its own layout.
Declaration
public void UpdateThemeProperties()