Nevron .NET Vision
Nevron.UI Namespace / NUIElement Class / Margins Property


In This Topic
    Margins Property (NUIElement)
    In This Topic
    Gets/sets the padding among this element's bounds and the other children of its current container.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the padding among this element's bounds and the other children of its current container.")>
    Public Overridable Property Margins As NPadding
    'Usage
     
    
    Dim instance As NUIElement
    Dim value As NPadding
     
    instance.Margins = value
     
    value = instance.Margins
    [System.ComponentModel.Description("Gets/sets the padding among this element's bounds and the other children of its current container.")]
    public virtual NPadding Margins {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also