PressableButton.StartPushDistance 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.
The offset at which pushing starts. Offset is relative to the pivot of either the moving visuals if there's any or the button itself.
public:
property float StartPushDistance { float get(); void set(float value); };
public float StartPushDistance { get; set; }
member this.StartPushDistance : single with get, set
Public Property StartPushDistance As Single