Class OnLeaveEventArgs
Inherited Members
Namespace: Slipe.Shared.Markers.Events
Assembly: SlipeShared.dll
Syntax
public class OnLeaveEventArgs
  Properties
| Improve this Doc View SourceElement
The element that left the marker
Declaration
public PhysicalElement Element { get; }
  Property Value
| Type | Description | 
|---|---|
| PhysicalElement | 
IsDimensionMatching
True if the dimensions of the elements are matching, false otherwise
Declaration
public bool IsDimensionMatching { get; }
  Property Value
| Type | Description | 
|---|---|
| Boolean |