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!

RadioButton.TextAlign

[To be supplied.]

[Visual Basic]
Overridable Public Property TextAlign As ContentAlignment
[C#]
public ContentAlignment TextAlign {override get; override set;}
[C++]
public: __property virtual ContentAlignment get_TextAlign();
public: __property virtual void set_TextAlign(ContentAlignment);
[JScript]
public function get TextAlign() : ContentAlignment;
public function set TextAlign(ContentAlignment);

See Also

RadioButton Class | RadioButton Members | System.WinForms Namespace