TextCharacterProperties
UnderlineFillFormat Property
|
Gets the underline line FillFormat properties.
Read-only
Fill
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public FillFormat UnderlineFillFormat { get; }
Public ReadOnly Property UnderlineFillFormat As FillFormat
Get
public:
property FillFormat^ UnderlineFillFormat {
FillFormat^ get ();
}
member UnderlineFillFormat : FillFormat with get
Property Value
Type:
FillFormat
See Also