Share via


ILineHeightElement Interface

Definition

Defines properties and methods for elements that support line height customization.

public interface class ILineHeightElement
public interface ILineHeightElement
type ILineHeightElement = interface
Public Interface ILineHeightElement
Derived

Remarks

This interface is implemented by UI elements that need to control the spacing between lines of text, providing consistent line height behavior across different text-based controls.

Properties

LineHeight

Gets the line height for text displayed by this element.

Methods

OnLineHeightChanged(Double, Double)

Called when the LineHeight property changes.

Applies to