TextBoxBase.ExtentHeight Property
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 vertical size of the visible content area.
public:
property double ExtentHeight { double get(); };
public double ExtentHeight { get; }
member this.ExtentHeight : double
Public ReadOnly Property ExtentHeight As Double
A floating-point value that specifies the vertical size of the visible content area, in device-independent units (1/96th inch per unit).
The value of this property is 0.0 if the text-editing control is not configured to support scrolling.
This property has no default value.
The following example demonstrates how to read the value of the ExtentHeight property.
private void initValues(object sender, EventArgs e)
{
myTB1.Text= "ExtentHeight is currently " + myTextBox.ExtentHeight.ToString();
myTB2.Text= "ExtentWidth is currently " + myTextBox.ExtentWidth.ToString();
myTB3.Text= "HorizontalOffset is currently " + myTextBox.HorizontalOffset.ToString();
myTB4.Text= "VerticalOffset is currently " + myTextBox.VerticalOffset.ToString();
myTB5.Text = "ViewportHeight is currently " + myTextBox.ViewportHeight.ToString();
myTB6.Text = "ViewportWidth is currently " + myTextBox.ViewportWidth.ToString();
radiobtn1.IsChecked = true;
}
Private Sub initValues(ByVal sender As Object, ByVal e As EventArgs)
myTB1.Text = "ExtentHeight is currently " + myTextBox.ExtentHeight.ToString()
myTB2.Text = "ExtentWidth is currently " + myTextBox.ExtentWidth.ToString()
myTB3.Text = "HorizontalOffset is currently " + myTextBox.HorizontalOffset.ToString()
myTB4.Text = "VerticalOffset is currently " + myTextBox.VerticalOffset.ToString()
myTB5.Text = "ViewportHeight is currently " + myTextBox.ViewportHeight.ToString()
myTB6.Text = "ViewportWidth is currently " + myTextBox.ViewportWidth.ToString()
radiobtn1.IsChecked = True
Produk | Versi |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET maklum balas
.NET ialah projek sumber terbuka. Pilih pautan untuk memberikan maklum balas: