CompareOptionsDeletedItemStyle Property |
Describes style for deleted components.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic StyleSettings DeletedItemStyle { get; set; }
Public Property DeletedItemStyle As StyleSettings
Get
Set
public:
property StyleSettings^ DeletedItemStyle {
StyleSettings^ get ();
void set (StyleSettings^ value);
}
member DeletedItemStyle : StyleSettings with get, set
Property Value
Type:
StyleSettings
See Also