SpreadsheetGear 2017
VisualYSnappingGuidelines Property (SheetTab)






SpreadsheetGear.Windows.Controls Namespace > SheetTab Class : VisualYSnappingGuidelines Property
Syntax
'Declaration
 
Protected Property VisualYSnappingGuidelines As System.Windows.Media.DoubleCollection
'Usage
 
Dim instance As SheetTab
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
protected: __property System.Windows.Media.DoubleCollection* get_VisualYSnappingGuidelines();
protected: __property void set_VisualYSnappingGuidelines( 
   System.Windows.Media.DoubleCollection* value
);
protected:
property System.Windows.Media.DoubleCollection^ VisualYSnappingGuidelines {
   System.Windows.Media.DoubleCollection^ get();
   void set (    System.Windows.Media.DoubleCollection^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SheetTab Class
SheetTab Members