CommandBarPopup.Left Property

Definition

Returns or sets the horizontal position of the specified command bar control (in pixels) relative to the left edge of the screen.

public:
 property int Left { int get(); };
public int Left { get; }
member this.Left : int
Public ReadOnly Property Left As Integer

Property Value

Implements

Remarks

This property can be used to determine the distance of the specified control from the left side of the docking area.

Applies to