BasePortionFormatFontUnderline 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: 20.3.0.0 (20.3)
Syntax public TextUnderlineType FontUnderline { get; set; }
Public Property FontUnderline As TextUnderlineType
Get
Set
public:
virtual property TextUnderlineType FontUnderline {
TextUnderlineType get () sealed;
void set (TextUnderlineType value) sealed;
}
abstract FontUnderline : TextUnderlineType with get, set
override FontUnderline : TextUnderlineType with get, set
Property Value
Type:
TextUnderlineTypeImplements
IBasePortionFormatFontUnderlineSee Also