StyleSettingsIsUnderline Property |
Gets or sets a value indicating whether this is underline
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic bool IsUnderline { get; set; }
Public Property IsUnderline As Boolean
Get
Set
public:
property bool IsUnderline {
bool get ();
void set (bool value);
}
member IsUnderline : bool with get, set
Property Value
Type:
Boolean
See Also