InterfaceIElementPresenter
Interface
Represents an instance that may visualize a Element instance on the screen. Typically this interface is implemented by platform-specific types like the XAML Control class.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IElementPresenter
Derived Classes:
Properties
Methods
MeasureContent(object, object)
Retrieves the desired size of the specified logical node's content.
RefreshNode(object)
Invalidates the visual representation of the specified logical node.