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