ITemplateEditingFrame.InitialWidth 属性

定义

获取或设置控件的初始宽度。Gets or sets the initial width of the control.

public:
 property int InitialWidth { int get(); void set(int value); };
public int InitialWidth { get; set; }
member this.InitialWidth : int with get, set
Public Property InitialWidth As Integer

属性值

Int32

控件的初始宽度。The initial width of the control.

注解

备注

ITemplateEditingFrame 接口已过时。The ITemplateEditingFrame interface is obsolete. Width GroupStyle 控件设计器的集合中,对每个模板组元素使用属性中的属性 TemplateGroupsUse the Width property in the GroupStyle property for each template group element in the TemplateGroups collection of a control designer.

适用于

另请参阅