IBasePortionFormatFontUnderline Property |
Returns or sets the text underline type. No inheritance applied.
Read/write
TextUnderlineType.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxTextUnderlineType FontUnderline { get; set; }
Property FontUnderline As TextUnderlineType
Get
Set
property TextUnderlineType FontUnderline {
TextUnderlineType get ();
void set (TextUnderlineType value);
}
abstract FontUnderline : TextUnderlineType with get, set
Property Value
Type:
TextUnderlineType
See Also