Namespace: Spire.Presentation.Converter.Equation.Word.Formatting
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

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

Property Value

UnderlineStyle

See Also