Table of Contents

Class ImageDescription

The description of a WPF Image test object.

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class ImageDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

ImageDescription()

Declaration
public ImageDescription()

Properties

Name

The name of this object.

Declaration
public StringProperty Name { get; set; }
Property Value
Type Description
StringProperty

ParentText

The text associated with the parent object of this object.

Declaration
public StringProperty ParentText { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription