'Declaration
Public Property SnapsToDevicePixels As System.Boolean
'Usage
Dim instance As VerticalScrollbarsPresenter Dim value As System.Boolean instance.SnapsToDevicePixels = value value = instance.SnapsToDevicePixels
public System.bool SnapsToDevicePixels {get; set;}
public read-write property SnapsToDevicePixels: System.Boolean;
public function get,set SnapsToDevicePixels : System.boolean