Options.PageAlignmentGuides 属性

定义

返回或设置 C# ) 中的 布尔 (布尔 值,该值指定是否在用户界面中显示页面对齐参考线。 读写。

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

属性值

注解

如果 PageAlignmentGuides 设置为 True,页面对齐参考线将显示在页面边缘。 将 PageAlignmentGuides 设置为 True 对应于在“网格和参考线”对话框中的“ 对齐参考线 ”下选择“页面参考线”。 (在用户界面的“格式上下文功能区”选项卡上的“排列”组中的“对齐”下拉菜单上单击“网格设置”。) 要使 PageAlignmentGuides 设置具有任何效果, DisplayAlignmentGuides 必须设置为 True

适用于