TextBounds.Leading Property
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(); };
C++/CX
public:
property double Leading { double get(); };
public double Leading { get; }
member this.Leading : double
Public ReadOnly Property Leading As Double
The position of the leading edge of the rectangle in the text rendering coordinate system.
In right-to-left text, the leading edge is to the right of the trailing edge.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |