'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<CategoryAttribute("Images")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DevExpressWebLocalizedDescriptionAttribute("Gets the settings of a pop-out image displayed in a vertically oriented menu.")>
<AutoFormatEnableAttribute()>
Public ReadOnly Property VerticalPopOutImage As DevExpress.Web.ItemImageProperties
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.ItemImageProperties
value = instance.VerticalPopOutImage
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[CategoryAttribute("Images")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DevExpressWebLocalizedDescriptionAttribute("Gets the settings of a pop-out image displayed in a vertically oriented menu.")]
[AutoFormatEnableAttribute()]
public DevExpress.Web.ItemImageProperties VerticalPopOutImage {get;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[CategoryAttribute("Images")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DevExpressWebLocalizedDescriptionAttribute("Gets the settings of a pop-out image displayed in a vertically oriented menu.")]
[AutoFormatEnableAttribute()]
public:
property DevExpress.Web.ItemImageProperties^ VerticalPopOutImage {
DevExpress.Web.ItemImageProperties^ get();
}