SpreadsheetGear 2017
VerticalContentAlignment Property (SheetTabScrollButton)






SpreadsheetGear.Windows.Controls Namespace > SheetTabScrollButton Class : VerticalContentAlignment Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(True)>
<System.ComponentModel.CategoryAttribute("Layout")>
Public Property VerticalContentAlignment As System.Windows.VerticalAlignment
'Usage
 
Dim instance As SheetTabScrollButton
Dim value As System.Windows.VerticalAlignment
 
instance.VerticalContentAlignment = value
 
value = instance.VerticalContentAlignment
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Layout")]
public System.Windows.VerticalAlignment VerticalContentAlignment {get; set;}
public read-write property VerticalContentAlignment: System.Windows.VerticalAlignment; 
System.ComponentModel.BindableAttribute()
System.ComponentModel.CategoryAttribute("Layout")
public function get,set VerticalContentAlignment : System.Windows.VerticalAlignment
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Layout")]
public: __property System.Windows.VerticalAlignment get_VerticalContentAlignment();
public: __property void set_VerticalContentAlignment( 
   System.Windows.VerticalAlignment value
);
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Layout")]
public:
property System.Windows.VerticalAlignment VerticalContentAlignment {
   System.Windows.VerticalAlignment get();
   void set (    System.Windows.VerticalAlignment 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

SheetTabScrollButton Class
SheetTabScrollButton Members