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