Stretch mode changed event arguments.
public class StretchModeChangedEventArgs : EventArgs
kind:method, kind:property, kind:ctor. Press Esc to clear.StretchModeChangedEventArgs(StretchMode, StretchMode, Matrix, Matrix, Double, Double, Double, Double, Double, Double, Double, Double)Initializes a new instance of the StretchModeChangedEventArgs class.ElementHeightGets the element height used for the stretch calculation.ElementWidthGets the element width used for the stretch calculation.MatrixGets the current transformation matrix.OffsetXGets the current pan offset for x axis.OffsetYGets the current pan offset for y axis.PanelHeightGets the panel height used for the stretch calculation.PanelWidthGets the panel width used for the stretch calculation.PreviousMatrixGets the previous transformation matrix.PreviousStretchModeGets the previous stretch mode.StretchModeGets the current stretch mode.ZoomXGets the current zoom ratio for x axis.ZoomYGets the current zoom ratio for y axis.