Method Alignment
Alignment(GlobalObject, uint)
Sets the alignment for a GlobalObject
public static GlobalObject Alignment(this GlobalObject self, uint value)
Parameters
self
GlobalObjectObject to set the alignment of
value
uintAlignment value to set
Returns
- GlobalObject
self
for fluent use
- See Also