Share via


Label.Bottom Property

Definition

Gets the distance, in points, between the bottom edge of the Label and the top edge of the document.

public:
 property float Bottom { float get(); };
public float Bottom { get; }
member this.Bottom : single
Public ReadOnly Property Bottom As Single

Property Value

The distance, in points, between the bottom edge of the Label and the top edge of the document.

Examples

For a code example that demonstrates how to use this property, see Microsoft.Office.Tools.Word.Controls.Button.Bottom. All controls in the Microsoft.Office.Tools.Word.Controls namespace have a functionally equivalent Bottom property.

Remarks

The value of this property is equal to the sum of the Top property value and the Height property value.

The Microsoft.Office.Tools.Word.Controls.Label.Bottom property uses points, whereas the System.Windows.Forms.Control.Bottom property uses pixels.

Applies to