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.Right

[To be supplied.]

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

See Also

IBorderStyleEdges Interface | IBorderStyleEdges Members | System.WinForms Namespace