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!

Margins.Top

Gets or sets the top margin, in hundredths of an inch.

[Visual Basic]
Public Property Top As Integer
[C#]
public int Top {get; set;}
[C++]
public: __property int get_Top();
public: __property void set_Top(int);
[JScript]
public function get Top() : int;
public function set Top(int);

Property Value

The top margin, in hundredths of an inch.

See Also

Margins Class | Margins Members | System.Drawing.Printing Namespace | Left | Right | Bottom