Class UiObjectBaseDescription
The description of an Oracle UiObjectBase abstract type.
public abstract class UiObjectBaseDescription : Description, ICloneable, IDescription
- Inheritance
-
UiObjectBaseDescription
- Implements
- Derived
- Inherited Members
Constructors
UiObjectBaseDescription()
Initializes a new instance of the UiObjectBaseDescription class.
protected UiObjectBaseDescription()
Properties
AbsoluteLocation
The object's coordinates relative to the screen, in pixels. 0,0 is the top-left corner of the primary monitor.
public LocationProperty AbsoluteLocation { get; set; }
Property Value
Location
The object's coordinates relative to the parent window, in pixels.
public LocationProperty Location { get; set; }
Property Value
ObjectType
The general object type.
public StringProperty ObjectType { get; set; }
Property Value
Size
The object's size in pixels.
public SizeProperty Size { get; set; }