Share via


CommandBar.Left Property

Definition

Gets the left coordinates. This property is deprecated.

public:
 property int Left { int get(); void set(int value); };
public:
 property int Left { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1610874892)]
public int Left { [System.Runtime.InteropServices.DispId(1610874892)] get; [System.Runtime.InteropServices.DispId(1610874892)] set; }
[<System.Runtime.InteropServices.DispId(1610874892)>]
[<get: System.Runtime.InteropServices.DispId(1610874892)>]
[<set: System.Runtime.InteropServices.DispId(1610874892)>]
member this.Left : int with get, set
Public Property Left As Integer

Property Value

The left coordinates. This property is deprecated.

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to