'Declaration
Protected Property VisualYSnappingGuidelines As System.Windows.Media.DoubleCollection
'Usage
Dim instance As VerticalScrollbarsPresenter Dim value As System.Windows.Media.DoubleCollection instance.VisualYSnappingGuidelines = value value = instance.VisualYSnappingGuidelines
protected System.Windows.Media.DoubleCollection VisualYSnappingGuidelines {get; set;}
protected read-write property VisualYSnappingGuidelines: System.Windows.Media.DoubleCollection;
protected function get,set VisualYSnappingGuidelines : System.Windows.Media.DoubleCollection