'Declaration
<DevExpressWebLocalizedDescriptionAttribute("Gets the padding settings of a menu control.")>
<AutoFormatEnableAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<CategoryAttribute("Yerleşim")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property Paddings As DevExpress.Web.Paddings
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.Paddings
value = instance.Paddings
[DevExpressWebLocalizedDescriptionAttribute("Gets the padding settings of a menu control.")]
[AutoFormatEnableAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[CategoryAttribute("Yerleşim")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public DevExpress.Web.Paddings Paddings {get;}
[DevExpressWebLocalizedDescriptionAttribute("Gets the padding settings of a menu control.")]
[AutoFormatEnableAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[CategoryAttribute("Yerleşim")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property DevExpress.Web.Paddings^ Paddings {
DevExpress.Web.Paddings^ get();
}