Прочитать на английском

Поделиться через


CheckBox.Height Property

Definition

Gets or sets the height of the CheckBox.

public double Height { get; set; }

Property Value

The height of the CheckBox in points.

Examples

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

Remarks

Changes made to the Height and Top property values cause the Bottom property value of the CheckBox to change.

The Microsoft.Office.Tools.Excel.Controls.CheckBox.Height property uses points, whereas System.Windows.Forms.Control.Height property uses pixels.

Applies to