您要查找的是不是:
- pulse width control (选通脉冲)脉宽调整
- 也可以使用Height和Width属性缩放图像。You can also use the Height and Width properties to scale the image.
- width of transition steepness (脉冲)前沿陡度
- 设置列宽的基本方法包括设置列模板的Width属性。The basic technique for setting column width involves setting the Width property of a column template.
- 可使用Height和Width属性向浏览器发送图像的大小规范。You can use the Height and Width properties to send image size specifications to the browser.
- 如果参数值的长度等于或大于width,则打印该值,无需进行填充。If the length of the argument value is equal to or longer than width, the value is printed with no padding.
- 描述对Height和Width属性、Move方法和ScaleMode设置的更改。Describes changes to the Height and Width properties, the Move method, and ScaleMode settings.
- 控件的初始Size和Location由left、top、width和height参数值确定。The initial Size and Location of the control are determined by the left, top, width and height parameter values.
- width字符串列的长度、数值列的精度或任何其它数据类型的存储字节数。Width The length of a string column, the precision of numeric columns or the number of bytes of storage for any other data type.
- 对于物体某一边的量度, 在length 、 width 或depth 中选用哪个才对, 有时颇难确定.1 It is sometimes difficult to decide whether length, width or depth is the correct term for a particular measurement.
- 下面的示例阐释如何以声明方式设置从WebControl基类继承的Table控件的Width属性。The following example illustrates how to declaratively set the Width property of the Table control, inherited from the WebControl base class.
- 然后附加一个事件处理程序以比较Screen对象的Height和Width属性,如前面的托管代码示例所示。You then attach an event handler to compare the Height and Width properties of the Screen object as shown in the previous managed code examples.
- 在XAML编辑器中,将TextBox元素的Width属性更改为140,将Margin元素更改为30,56,0,0,如下例所示。In the XAML editor, change the Width attribute of the TextBox element to 140, and change the Margin element to 30, 56, 0, 0, as shown in the following example.
- 可以为Size属性设置新的值以便用编程方式来更改窗体的高度和宽度,还可以单独调整Height或Width属性。You can change both the height and the width of the form programmatically by setting a new value for the Size property, or adjust the Height or Width properties individually.
- 在“属性”窗口中,滚动到Width,输入1.5或任何所需值(如果使用默认度量)来设置宽度,从而将表格缩小为一半。In the Properties window, scroll to Width and enter 1.5 Or, using the default measurement, whatever value you need to set the width to half the table.
- 在形容一件有前后之分的家具时,length 和width均可用以指较长的边,而 depth(深度)则指从前面到后面的尺寸.When describing a piece of furniture that has a front and a back,both length and width can be used for the longer sides and depth is used for the measurement from front to back.
- 在365nm紫外光的激发下,产生发光峰在530nm附近,半高宽 (FWHM:Full Width of Half-maximum)为41.5nm的黄绿光发射。the maximum emission peak is at 530nm and FWHM is 41. 5nm in PL spectra of Zn(salph) powder, which can emit yellow-green fluorescence;
- 该DCPC 频率补偿模式在相同功耗前提下,其增益带宽(gain-band width,GBW)是NMC 频率补偿模式增益带宽的10 倍左右。Under the same power dissipation, DCPC gain-bandwidth (GBW) is expected to be increased about 10 times compared to the conventional NMC approach.
- TabPage控件受其容器的限制,所以从Control基类继承的某些属性将不起作用,包括Top、Height、Left、Width、Show和Hide。TabPage controls are constrained by their container, so some of the properties inherited from the Control base class will have no effect, including Top, Height, Left, Width, Show, and Hide.
- 以下Visual Basic 6.0示例确定用户是以纵向方向还是以横向方向查看应用程序,方法是返回Screen对象的Width和Height属性。The following Visual Basic 6.0 Example determines whether the user is viewing the application in portrait or landscape orientation by returning the Width and Height properties of the Screen object.