TextMetrics.ExternalLeading 属性

定义

获取或设置应用程序在各行之间添加的附加行距量。

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

属性值

Int32

各行之间需要的附加行距(空格)量。

注解

由于前导区域不在字体之外,因此它不包含任何标记,并且不会在不透明或透明模式下由文本输出调用更改。

适用于