DefaultTextRangeProperties
TextUnderlineType Property
|
Gets or sets the text underline type.
Read/write
TextUnderlineType
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextUnderlineType TextUnderlineType { get; set; }
Public Property TextUnderlineType As TextUnderlineType
Get
Set
public:
property TextUnderlineType TextUnderlineType {
TextUnderlineType get ();
void set (TextUnderlineType value);
}
member TextUnderlineType : TextUnderlineType with get, set
Property Value
Type:
TextUnderlineType
See Also