Options.DisplayAlignmentGuides 属性

定义

返回或设置 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

属性值

注解

如果 DisplayAlignmentGuidesTrue,则启用对齐参考线。 将 DisplayAlignmentGuides 设置为 True 对应于在用户界面中“格式上下文功能区”选项卡上的“排列”组中的“对齐”下拉菜单中选择“使用对齐参考线”。

适用于