[]
Represents the event arguments for the FpSpread.TouchStripOpening event.
public class TouchStripOpeningEventArgs : CancelEventArgs
Public Class TouchStripOpeningEventArgs
Inherits CancelEventArgs
Name | Description |
---|---|
Area | Indicates what area should display a SpreadTouchStrip. |
KeepSelection | Gets or sets a value that indicates whether to keep the selection. |
X | Gets or sets the horizontal position for the tapped position. |
Y | Gets or sets the vertical position for the tapped position. |