PressableButton.PressDistance 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.
Distance the button must be pushed until it is considered pressed. Distance is relative to the pivot of either the moving visuals if there's any or the button itself.
public:
property float PressDistance { float get(); void set(float value); };
public float PressDistance { get; set; }
member this.PressDistance : single with get, set
Public Property PressDistance As Single