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


In This Topic
    Margins Property (NSegmentedImage)
    In This Topic
    Gets the NPadding object which specifies the margins of the object.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the NPadding object which specifies the margins of the object.")>
    Public Overridable Property Margins As NPadding
    'Usage
     
    
    Dim instance As NSegmentedImage
    Dim value As NPadding
     
    instance.Margins = value
     
    value = instance.Margins
    [System.ComponentModel.Description("Gets the NPadding object which specifies the margins of the object.")]
    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