Visual.VisualXSnappingGuidelines Property
Gets or sets the x-coordinate (vertical) guideline collection.
Assembly: PresentationCore (in PresentationCore.dll)
'Declaration Protected Friend Property VisualXSnappingGuidelines As DoubleCollection 'Usage Dim value As DoubleCollection value = Me.VisualXSnappingGuidelines Me.VisualXSnappingGuidelines = value
You cannot set this property in XAML.
Property Value
Type: System.Windows.Media.DoubleCollectionThe x-coordinate guideline collection of the visual.
Pixel snapping is the process in which content layout is fixed so that object edges are rendered on device-specific pixels. The WPF graphics system uses device-independent units to enable resolution and device independence. Each device independent pixel automatically scales with the system's dots per inch (dpi) setting. This provides WPF applications proper scaling for different dpi settings and makes the application automatically dpi-aware.
However, this dpi independence can create irregular edge rendering due to anti-aliasing. These artifacts, commonly seen as blurry or "soft" edges, can occur when the location of an edge falls in the middle of a device pixel rather than between device pixels. To address this issue, WPF provides a way for object edges in a visual tree to "snap" to device pixels, eliminating the soft edges produced by anti-aliasing.
For more information, see Pixel Snapping in WPF Applications.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.