A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic BOOL Del { get; set; }Public Property Del As BOOL
Get
Set
public:
property BOOL Del {
BOOL get ();
void set (BOOL value);
}member Del : BOOL with get, set
Property Value
Type:
BOOL
See Also