WindowInputPolicy.ClipKind Enumeration

 

The kind of clip for the input events that falls into the same window.

Namespace:   Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public enum ClipKind
public enum class ClipKind
type ClipKind
Public Enumeration ClipKind

Members

Member name Description
ClipToWindow

Clips both start and end time of the event and align it with the window.

See Also

Microsoft.ComplexEventProcessing.Linq Namespace

Return to top