DomainUpDown.Bottom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the distance, in points, between the bottom edge of the DomainUpDown 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 DomainUpDown 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.DomainUpDown.Bottom property uses points, whereas the System.Windows.Forms.Control.Bottom property uses pixels.