ExpMouseWheelParameters.PageTranslation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Point PageTranslation { Point get(); void set(Point value); };
Point PageTranslation();
void PageTranslation(Point value);
public Point PageTranslation { get; set; }
var point = expMouseWheelParameters.pageTranslation;
expMouseWheelParameters.pageTranslation = point;
Public Property PageTranslation As Point