BasePortionFormatIsHardUnderlineFill Property |
Determines whether the underline style has own FillFormat properties or inherits it
from the FillFormat properties of the text.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic NullableBool IsHardUnderlineFill { get; set; }
Public Property IsHardUnderlineFill As NullableBool
Get
Set
public:
virtual property NullableBool IsHardUnderlineFill {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract IsHardUnderlineFill : NullableBool with get, set
override IsHardUnderlineFill : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IBasePortionFormatIsHardUnderlineFill
See Also