SnapSettings element (Window_Type complexType) (Visio XML)
Specifies the objects that shapes snap to when snap is active in the window.
Element information
Value | |
---|---|
Element type |
SnapSettings_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
Schema file |
VisioSchema15.xsd |
Document parts |
windows.xml |
Definition
< xs:element name="SnapSettings" type="SnapSettings_Type" minOccurs="0" maxOccurs="1" >
</xs:element >
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Element | Type | Description |
---|---|---|
Window |
Window_Type |
Represents an open window in a Microsoft Visio instance. |
Child elements
None.
Attributes
None.
Remarks
The value may be a sum of the values in the following table.
Value | Description |
---|---|
0 |
Snap to nothing. |
1 |
Snap to ruler subdivisions. |
2 |
Snap to grid. |
4 |
Snap to guides. |
8 |
Snap to selection handles. |
16 |
Snap to vertices. |
32 |
Snap to connection points. |
256 |
Snap to visible edges of shapes. |
512 |
Snap to alignment box. |
1024 |
Snap to shape extensions options. |
32768 |
Snap disabled. |
65536 |
Snap to intersections. |