Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets a value that indicates whether this window is resizable.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
'Declaration
Public Overridable ReadOnly Property Resizable As Boolean
public virtual bool Resizable { get; }
public:
virtual property bool Resizable {
bool get ();
}
abstract Resizable : bool
override Resizable : bool
function get Resizable () : boolean
Type: System.Boolean
true if this window is resizable; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace