共用方式為


Diagram.SnapToGrid 屬性

如果為 true,在圖表上的圖形會調整以配合格線,當使用者移動。預設值為 true。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Property SnapToGrid As Boolean
[BrowsableAttribute(false)]
public bool SnapToGrid { get; set; }

屬性值

型別:System.Boolean

備註

貼齊至格線為開啟時,圖形會自動對齊使用者將它們移到圖表上。X 和 y 值的位置會設定為其 GridSize 的倍數。

如果您不想在圖表中的格線對齊模式的所有圖案群組,會覆寫這個屬性,傳回 false。若要只對某些圖案的對齊方式,請保留此屬性為 true,,然後為那些您想要將未對齊的 ShapeElements 傳回 0.0 GridSize 會覆寫。

.NET Framework 安全性

請參閱

參考

Diagram 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間

GridSize

DefaultGridSize