LoginDesigner.RenderOuterTable 属性

定义

获取或设置一个值,该值指定 LoginDesigner 控件是否使用外部表容器来应用内联 CSS 样式规则。

public:
 property bool RenderOuterTable { bool get(); void set(bool value); };
public bool RenderOuterTable { get; set; }
member this.RenderOuterTable : bool with get, set
Public Property RenderOuterTable As Boolean

属性值

Boolean

如果该控件使用外部表容器来应用内联 CSS 样式规则,则为 true;否则为 false。 默认值为 false

注解

控件 LoginDesigner 使用外部表容器在标记中应用内联样式规则。 You can remove the outer table container by setting this property to true. 删除外部表可以更加灵活地将 CSS 规则应用于控件呈现的标记。

适用于