InterfaceIUIElementMeasuringFormatProvider
Interface
Provides functionality for measuring and formatting UI elements in the Telerik UI framework.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IUIElementMeasuringFormatProvider
Properties
MeasuringPanel
Gets the measuring panel used for measuring UI elements.
Declaration
cs-api-definition
Panel MeasuringPanel { get; set; }
Property Value
Panel