NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ContentAlignment Enumeration

Content alignment.

[Visual Basic]
Public Enum ContentAlignment
[C#]
public enum ContentAlignment
[C++]
public enum ContentAlignment

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Bottom [To be supplied.]
BottomCenter [To be supplied.]
BottomLeft [To be supplied.]
BottomRight [To be supplied.]
Center [To be supplied.]
Left [To be supplied.]
Middle [To be supplied.]
MiddleCenter [To be supplied.]
MiddleLeft [To be supplied.]
MiddleRight [To be supplied.]
Right [To be supplied.]
Top [To be supplied.]
TopCenter [To be supplied.]
TopLeft [To be supplied.]
TopRight [To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

System.Drawing Namespace