HtmlScrollBar.Orientation Property

Gets the orientation direction for this scroll bar.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Orientation As String
public virtual string Orientation { get; }
public:
virtual property String^ Orientation {
    String^ get ();
}
abstract Orientation : string
override Orientation : string
function get Orientation () : String

Property Value

Type: System.String
The orientation direction for this scroll bar.

.NET Framework Security

See Also

Reference

HtmlScrollBar Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace