Options.DisplayAlignmentGuides 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置 C #) 中 布尔 (布尔 值,该值指定是否在用户界面中启用对齐参考线。 读写。
public:
property bool DisplayAlignmentGuides { bool get(); void set(bool value); };
public bool DisplayAlignmentGuides { get; set; }
member this.DisplayAlignmentGuides : bool with get, set
Public Property DisplayAlignmentGuides As Boolean
属性值
注解
如果 DisplayAlignmentGuides 为 True,则启用对齐参考线。 将 DisplayAlignmentGuides 设置为 True 对应于在用户界面中“格式上下文功能区”选项卡上的“排列”组中的“对齐”下拉菜单中选择“使用对齐参考线”。