RepeatedZoomSnapPoint.End 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.
Gets the end of the range in which the snap points are effective.
public:
property double End { double get(); };
double End();
public double End { get; }
var double = repeatedZoomSnapPoint.end;
Public ReadOnly Property End As Double
Property Value
Double
double
The end of the range in which the snap points are effective.