'Declaration
<CategoryAttribute("Yerleşim")>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets a separator's height.")>
<DefaultValueAttribute()>
<AutoFormatEnableAttribute()>
Public Property SeparatorHeight As Unit
'Usage
Dim instance As MenuStrip
Dim value As Unit
instance.SeparatorHeight = value
value = instance.SeparatorHeight
[CategoryAttribute("Yerleşim")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a separator's height.")]
[DefaultValueAttribute()]
[AutoFormatEnableAttribute()]
public Unit SeparatorHeight {get; set;}
[CategoryAttribute("Yerleşim")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a separator's height.")]
[DefaultValueAttribute()]
[AutoFormatEnableAttribute()]
public:
property Unit SeparatorHeight {
Unit get();
void set ( Unit value);
}