C# Class OSAE.UI.Controls.BrowserFrame

Interaction logic for BrowserFrame.xaml
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Properties

Property Type Description
ControlHeight double
ControlWidth double
Location Point
ObjectName string

Public Methods

Method Description
BrowserFrame ( OSAEObject sObject ) : System

Method Details

BrowserFrame() public method

public BrowserFrame ( OSAEObject sObject ) : System
sObject OSAEObject
return System

Property Details

ControlHeight public_oe property

public double ControlHeight
return double

ControlWidth public_oe property

public double ControlWidth
return double

Location public_oe property

public Point Location
return Point

ObjectName public_oe property

public string ObjectName
return string