'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the offset of the glass edge effect from the shape bounds")> Public Property EdgeOffset As NLength
'Usage
Dim instance As NGlassEffectStyle Dim value As NLength instance.EdgeOffset = value value = instance.EdgeOffset
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the offset of the glass edge effect from the shape bounds")] public NLength EdgeOffset {get; set;}