Interface IUiObjectWithLayoutInfo
Base interface for standard Windows test objects with layout info.
public interface IUiObjectWithLayoutInfo : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider
- Inherited Members
- Extension Methods
Properties
IsRightAligned
Indicates whether this object has generic "right-aligned" properties.
bool IsRightAligned { get; }
Property Value
IsRightToLeftLayout
Indicates whether this object's horizontal origin is on the right edge.
bool IsRightToLeftLayout { get; }
Property Value
IsRightToLeftReading
Indicates whether this object's text is displayed using right-to-left reading-order properties.
bool IsRightToLeftReading { get; }