LowLagPhotoSequenceControl.MaxPastPhotos 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 maximum number of past photos that can be stored.
public:
property unsigned int MaxPastPhotos { unsigned int get(); };
uint32_t MaxPastPhotos();
public uint MaxPastPhotos { get; }
var uInt32 = lowLagPhotoSequenceControl.maxPastPhotos;
Public ReadOnly Property MaxPastPhotos As UInteger
Property Value
The maximum number of past photos.
Remarks
The PastPhotoLimit sets the actual number of past photos that are stored.