DwellHandler.FillTimer 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.
Abstracted value for the how long the dwelled object still needs to be focused to complete the dwell action Value ranges from 0 to "TimeToCompleteDwell" setting in the dwellprofile. This picks up the same unit as TimeToCompleteDwell
protected:
property float FillTimer { float get(); void set(float value); };
protected float FillTimer { get; set; }
member this.FillTimer : single with get, set
Protected Property FillTimer As Single