C# Class OSAE.UI.Controls.PropertyLabel

Interaction logic for PropertyLabel.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Properties

Property Type Description
LastUpdated System.DateTime
Location Point

Public Methods

Method Description
PropertyLabel ( OSAEObject sObj ) : System
Update ( string type ) : void

Method Details

PropertyLabel() public method

public PropertyLabel ( OSAEObject sObj ) : System
sObj OSAEObject
return System

Update() public method

public Update ( string type ) : void
type string
return void

Property Details

LastUpdated public property

public DateTime,System LastUpdated
return System.DateTime

Location public property

public Point Location
return Point