Borders.AlwaysInFront 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个值,该值指示页面边框是否显示在文档文本的前面。
public:
property bool AlwaysInFront { bool get(); void set(bool value); };
public bool AlwaysInFront { get; set; }
member this.AlwaysInFront : bool with get, set
Public Property AlwaysInFront As Boolean