Class AlignmentModesExtensions
- Namespace
- Terminal.Gui.EnumExtensions
- Assembly
- Terminal.Gui.dll
Extension methods for the AlignmentModesenum type.
[PublicAPI]
public static class AlignmentModesExtensions
- Inheritance
-
AlignmentModesExtensions
- Inherited Members
Methods
- AsInt32(AlignmentModes)
Directly converts this AlignmentModes value to an int value with the same binary representation.
- AsUInt32(AlignmentModes)
Directly converts this AlignmentModes value to a uint value with the same binary representation.
- FastHasFlags(AlignmentModes, int)
Determines if the specified mask bits are set in the current value of this AlignmentModes.
- FastHasFlags(AlignmentModes, AlignmentModes)
Determines if the specified flags are set in the current value of this AlignmentModes.
- FastIsDefined(AlignmentModes, int)
Determines if the specified int value is explicitly defined as a named value of the AlignmentModesenum type.