HandednessExtensions Class
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.
Handedness type method extensions.
public ref class HandednessExtensions abstract sealed
public static class HandednessExtensions
type HandednessExtensions = class
Public Module HandednessExtensions
- Inheritance
-
HandednessExtensions
Methods
GetOppositeHandedness(Handedness) |
Gets the opposite "hand" flag for the current Handedness value. |
IsLeft(Handedness) |
Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise |
IsMatch(Handedness, Handedness) |
Returns true if the current Handedness flags are a match with the comparison Handedness flags, false otherwise |
IsNone(Handedness) |
Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise |
IsRight(Handedness) |
Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise |