IBasePortionFormatKerningMinimalSize Property |
Returns or sets the minimal font size, for which kerning should be switched on.
float.NaN means value is undefined and should be inherited from the Master.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxfloat KerningMinimalSize { get; set; }
Property KerningMinimalSize As Single
Get
Set
property float KerningMinimalSize {
float get ();
void set (float value);
}
abstract KerningMinimalSize : float32 with get, set
Property Value
Type:
Single
See Also