HtmlScrollBar.Orientation – vlastnost
Získá směr orientace posuvník.
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Sestavení: Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Deklarace
Public Overridable ReadOnly Property Orientation As String
public virtual string Orientation { get; }
public:
virtual property String^ Orientation {
String^ get ();
}
abstract Orientation : string with get
override Orientation : string with get
function get Orientation () : String
Hodnota vlastnosti
Typ: System.String
Směr orientace posuvník.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls – obor názvů