TextBounds.Leading Property
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.
Gets the position of the leading edge of the rectangle in the text rendering coordinate system.
public:
property double Leading { double get(); };
public:
property double Leading { double get(); };
public double Leading { get; }
member this.Leading : double
Public ReadOnly Property Leading As Double
Property Value
The position of the leading edge of the rectangle in the text rendering coordinate system.
Remarks
In right-to-left text, the leading edge is to the right of the trailing edge.