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