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