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!

IBorderStyleEdges.Bottom

[To be supplied.]

[Visual Basic]
Property Bottom As Integer
[C#]
int Bottom {get; set;}
[C++]
int get_Bottom() = 0;void set_Bottom(int) = 0;
[JScript]
abstract function get Bottom() : int;
public abstract function set Bottom(int);

See Also

IBorderStyleEdges Interface | IBorderStyleEdges Members | System.WinForms Namespace