SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Opacity Property |
'Declaration
<System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <SRCategoryAttribute("Window Style")> <SRDescriptionAttribute("The opacity percentage of the control. ")> <System.ComponentModel.DefaultValueAttribute()> Public Property Opacity As System.Double
'Usage
Dim instance As WorkbookDesigner Dim value As System.Double instance.Opacity = value value = instance.Opacity
[System.ComponentModel.TypeConverter("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [SRCategory("Window Style")] [SRDescription("The opacity percentage of the control. ")] [System.ComponentModel.DefaultValue()] public System.double Opacity {get; set;}
public read-write property Opacity: System.Double;
System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") SRCategoryAttribute("Window Style") SRDescriptionAttribute("The opacity percentage of the control. ") System.ComponentModel.DefaultValueAttribute() public function get,set Opacity : System.double
[System.ComponentModel.TypeConverter("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [SRCategory("Window Style")] [SRDescription("The opacity percentage of the control. ")] [System.ComponentModel.DefaultValue()] public: __property System.double get_Opacity(); public: __property void set_Opacity( System.double value );
[System.ComponentModel.TypeConverter("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [SRCategory("Window Style")] [SRDescription("The opacity percentage of the control. ")] [System.ComponentModel.DefaultValue()] public: property System.double Opacity { System.double get(); void set ( System.double value); }
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