'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Control the margins of the gel effect relative to the shape it is applied to")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NMarginsTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Margins As NMarginsL
'Usage
Dim instance As NGelEffectStyle Dim value As NMarginsL instance.Margins = value value = instance.Margins
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Control the margins of the gel effect relative to the shape it is applied to")] [System.ComponentModel.Editor(Nevron.Editors.NMarginsTypeEditor, System.Drawing.Design.UITypeEditor)] public NMarginsL Margins {get; set;}