TypeToolStyleInfoAutoKern Property |
Gets or sets a value indicating whether auto kerning is on or off.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic bool AutoKern { get; set; }
Public Property AutoKern As Boolean
Get
Set
public:
property bool AutoKern {
bool get ();
void set (bool value);
}
member AutoKern : bool with get, set
Property Value
Type:
Booleantrue if auto kerning is on; otherwise,
false.
See Also