TextMetrics.ExternalLeading 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 or sets the amount of extra leading that the application adds between rows.
public:
property int ExternalLeading { int get(); void set(int value); };
public int ExternalLeading { get; set; }
member this.ExternalLeading : int with get, set
Public Property ExternalLeading As Integer
Property Value
The amount of extra leading (space) required between rows.
Remarks
Because the leading area is outside the font, it contains no marks and is not altered by text output calls in either opaque or transparent mode.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.