C# Class OSAE.UI.Controls.NavigationImage

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

Public Properties

Property Type Description
ImageHeight double
ImageWidth double
Location Point

Public Methods

Method Description
NavigationImage ( string Name, OSAEObject sObj ) : System

Method Details

NavigationImage() public method

public NavigationImage ( string Name, OSAEObject sObj ) : System
Name string
sObj OSAEObject
return System

Property Details

ImageHeight public_oe property

public double ImageHeight
return double

ImageWidth public_oe property

public double ImageWidth
return double

Location public_oe property

public Point Location
return Point