TrackBar.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 TrackBar and the top edge of the worksheet.
public:
property double Bottom { double get(); };
public double Bottom { get; }
member this.Bottom : double
Public ReadOnly Property Bottom As Double
Property Value
The distance, in points, between the bottom edge of the TrackBar and the top edge of the worksheet.
Examples
For a code example that demonstrates how to use this property, see Microsoft.Office.Tools.Excel.Controls.Button.Bottom. All controls in the Microsoft.Office.Tools.Excel.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.Excel.Controls.TrackBar.Bottom property uses points, whereas the System.Windows.Forms.Control.Bottom property uses pixels.