InputPanel for WinForms帮助文档
ElementHeight 属性






Gets or sets the height of the inner element.
语法
'声明
 
<C1CategoryAttribute("布局")>
<C1DescriptionAttribute("内部元素的高度。")>
<System.ComponentModel.LocalizableAttribute(True)>
Public Overridable Property ElementHeight As System.Integer
'用法
 
Dim instance As InputComponent
Dim value As System.Integer
 
instance.ElementHeight = value
 
value = instance.ElementHeight
[C1Category("布局")]
[C1Description("内部元素的高度。")]
[System.ComponentModel.Localizable(true)]
public virtual System.int ElementHeight {get; set;}
public read-write property ElementHeight: System.Integer; virtual; 
C1CategoryAttribute("布局")
C1DescriptionAttribute("内部元素的高度。")
System.ComponentModel.LocalizableAttribute()
public function get,set ElementHeight : System.int
[C1Category("布局")]
[C1Description("内部元素的高度。")]
[System.ComponentModel.Localizable(true)]
public: __property virtual System.int get_ElementHeight();
public: __property virtual void set_ElementHeight( 
   System.int value
);
[C1Category("布局")]
[C1Description("内部元素的高度。")]
[System.ComponentModel.Localizable(true)]
public:
virtual property System.int ElementHeight {
   System.int get();
   void set (    System.int value);
}
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputComponent 类
InputComponent 成员

Send Feedback