Gets or sets the ligatures type.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public LigatureType LigaturesType { get; set; }
Public Property LigaturesType As LigatureType
	Get
	Set
public:
property LigatureType LigaturesType {
	LigatureType get ();
	void set (LigatureType value);
}
member LigaturesType : LigatureType with get, set

Property Value

LigatureType

See Also