_Font.Kerning 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.
Returns or sets the minimum font size for which Microsoft Word will adjust kerning automatically. Read/write Single.
public:
property float Kerning { float get(); void set(float value); };
public float Kerning { get; set; }
member this.Kerning : single with get, set
Public Property Kerning As Single