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
属性值
控件的初始宽度。The initial width of the control.
注解
备注
ITemplateEditingFrame 接口已过时。The ITemplateEditingFrame interface is obsolete. 在 Width GroupStyle 控件设计器的集合中,对每个模板组元素使用属性中的属性 TemplateGroups 。Use the Width property in the GroupStyle property for each template group element in the TemplateGroups collection of a control designer.