共用方式為


TextBounds.Trailing Property

Definition

Gets the position of the trailing edge of the rectangle in the text rendering coordinate system.

public:
 property double Trailing { double get(); };
public:
 property double Trailing { double get(); };
public double Trailing { get; }
member this.Trailing : double
Public ReadOnly Property Trailing As Double

Property Value

The position of the trailing edge of the rectangle in the text rendering coordinate system.

Remarks

In right-to-left text, the trailing edge is positioned to the left of the leading edge. If the text has a non-zero width end of line glyph, this property includes the width of that character.

Applies to