PressableButton.EnforceFrontPush 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.
Ensures that the button can only be pushed from the front. Touching the button from the back or side is prevented.
public:
property bool EnforceFrontPush { bool get(); };
public bool EnforceFrontPush { get; }
member this.EnforceFrontPush : bool
Public ReadOnly Property EnforceFrontPush As Boolean