SpreadsheetGear 2017
OpacityMask Property (SheetTabScrollButton)






SpreadsheetGear.Windows.Controls Namespace > SheetTabScrollButton Class : OpacityMask Property
Syntax
'Declaration
 
Public Property OpacityMask As System.Windows.Media.Brush
'Usage
 
Dim instance As SheetTabScrollButton
Dim value As System.Windows.Media.Brush
 
instance.OpacityMask = value
 
value = instance.OpacityMask
public System.Windows.Media.Brush OpacityMask {get; set;}
public read-write property OpacityMask: System.Windows.Media.Brush; 
public function get,set OpacityMask : System.Windows.Media.Brush
public: __property System.Windows.Media.Brush* get_OpacityMask();
public: __property void set_OpacityMask( 
   System.Windows.Media.Brush* value
);
public:
property System.Windows.Media.Brush^ OpacityMask {
   System.Windows.Media.Brush^ get();
   void set (    System.Windows.Media.Brush^ 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