NetPad Constants
Implementation
public class NetPadPropertyConstants : NetPadConstants
{
public const string NickName = "NickName";
}
public class NetPadGestureConstants : NetPadConstants
{
public const string LeftSwipe = "LeftSwipe";
public const string RightSwipe = "RightSwipe";
public const string DownSwipe = "DownSwipe";
public const string UpSwipe = "UpSwipe";
public const string Circle = "Circle";
}Available Constant Classes
Usage
Last updated