Class ViewArrangementExtensions
Extension methods for the ViewArrangement enum type.
public static class ViewArrangementExtensions
- Inheritance
-
ViewArrangementExtensions
- Inherited Members
Methods
- AsInt32(ViewArrangement)
Directly converts this ViewArrangement value to an int value with the same binary representation.
- AsUInt32(ViewArrangement)
Directly converts this ViewArrangement value to a uint value with the same binary representation.
- FastHasFlags(ViewArrangement, int)
Determines if the specified mask bits are set in the current value of this ViewArrangement.
- FastHasFlags(ViewArrangement, ViewArrangement)
Determines if the specified flags are set in the current value of this ViewArrangement.
- FastIsDefined(ViewArrangement, int)
Determines if the specified int value is explicitly defined as a named value of the ViewArrangement enum type.