Class UiObjectWithLayoutInfoDescription
- Namespace
- HP.LFT.SDK.PowerBuilder
- Assembly
- HP.LFT.SDK.dll
The description of a PowerBuilder UiObjectWithLayout abstract type.
public abstract class UiObjectWithLayoutInfoDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
UiObjectWithLayoutInfoDescription
- Implements
- Derived
- Inherited Members
Constructors
UiObjectWithLayoutInfoDescription()
protected UiObjectWithLayoutInfoDescription()
Properties
IsRightAligned
Indicates whether the generic properties of the test object are right-aligned. (For support for right-to-left languages)
public bool? IsRightAligned { get; set; }
Property Value
- bool?
Remarks
This style is ignored for left-to-right languages
IsRightToLeftLayout
Indicates whether the object's horizontal origin is on the right edge of the test object.
public bool? IsRightToLeftLayout { get; set; }
Property Value
- bool?
IsRightToLeftReading
Indicates whether the object's text is displayed right-to-left.
public bool? IsRightToLeftReading { get; set; }
Property Value
- bool?