Gets or sets the stylistic set 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 StylisticSetType StylisticSetType { get; set; }
Public Property StylisticSetType As StylisticSetType
	Get
	Set
public:
property StylisticSetType StylisticSetType {
	StylisticSetType get ();
	void set (StylisticSetType value);
}
member StylisticSetType : StylisticSetType with get, set

Property Value

StylisticSetType

See Also