StyleSheet.BreakAfter 属性
定义
获取或设置一个属性,该属性确定是否在控件后呈现附加尾随换行符。Gets or sets a property that determines whether an additional trailing break is rendered after the control. 此换行符使后续内容从下一行开始。This break causes subsequent content to start on the next line. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual property bool BreakAfter { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override bool BreakAfter { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.BreakAfter : bool with get, set
Public Overrides Property BreakAfter As Boolean
属性值
如果在控件后呈现附加尾随换行符,则为 true;否则为 false。true if an additional trailing break is rendered after the control; otherwise, false. 默认值为 true。The default is true.
- 属性
例外
已在运行时访问了 BreakAfter 属性。The BreakAfter property was accessed at run time.
- 或 --or- 已尝试设置属性。An attempt was made to set the property.