Nevron .NET Vision
Nevron.UI Namespace / NPopupPlacementInfo Class / Offset Property


In This Topic
    Offset Property (NPopupPlacementInfo)
    In This Topic
    Gets/sets the offset to be applied when calculating the popup's bounds.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the offset to be applied when calculating the popup's bounds.")>
    Public Property Offset As NPoint
    'Usage
     
    
    Dim instance As NPopupPlacementInfo
    Dim value As NPoint
     
    instance.Offset = value
     
    value = instance.Offset
    [System.ComponentModel.Description("Gets/sets the offset to be applied when calculating the popup's bounds.")]
    public NPoint Offset {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