'Declaration
<DefaultValueAttribute()>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets the opacity level of popup menus within the control.")>
<CategoryAttribute("Görünüm")>
<AutoFormatEnableAttribute()>
Public Property Opacity As Integer
'Usage
Dim instance As MenuStrip
Dim value As Integer
instance.Opacity = value
value = instance.Opacity
[DefaultValueAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the opacity level of popup menus within the control.")]
[CategoryAttribute("Görünüm")]
[AutoFormatEnableAttribute()]
public int Opacity {get; set;}
[DefaultValueAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the opacity level of popup menus within the control.")]
[CategoryAttribute("Görünüm")]
[AutoFormatEnableAttribute()]
public:
property int Opacity {
int get();
void set ( int value);
}