ILineHeightElement Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |