SpreadsheetGear 2017
VisualOpacityMask Property (RowHeader)






SpreadsheetGear.Windows.Controls Namespace > RowHeader Class : VisualOpacityMask Property
Syntax
'Declaration
 
Protected Property VisualOpacityMask As System.Windows.Media.Brush
'Usage
 
Dim instance As RowHeader
Dim value As System.Windows.Media.Brush
 
instance.VisualOpacityMask = value
 
value = instance.VisualOpacityMask
protected System.Windows.Media.Brush VisualOpacityMask {get; set;}
protected read-write property VisualOpacityMask: System.Windows.Media.Brush; 
protected function get,set VisualOpacityMask : System.Windows.Media.Brush
protected: __property System.Windows.Media.Brush* get_VisualOpacityMask();
protected: __property void set_VisualOpacityMask( 
   System.Windows.Media.Brush* value
);
protected:
property System.Windows.Media.Brush^ VisualOpacityMask {
   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

RowHeader Class
RowHeader Members