'Declaration
<AutoFormatEnableAttribute()>
<DevExpressWebLocalizedDescriptionAttribute("Gets the settings of the web control's bottom border. ")>
<CategoryAttribute("Görünüm")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property BorderBottom As DevExpress.Web.Border
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.Border
value = instance.BorderBottom
[AutoFormatEnableAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets the settings of the web control's bottom border. ")]
[CategoryAttribute("Görünüm")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual DevExpress.Web.Border BorderBottom {get;}
[AutoFormatEnableAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets the settings of the web control's bottom border. ")]
[CategoryAttribute("Görünüm")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
virtual property DevExpress.Web.Border^ BorderBottom {
DevExpress.Web.Border^ get();
}