Nevron .NET Vision
Nevron.Diagram Namespace / NAggregateModel Class / GetAggregatedModelsPadding Method


In This Topic
    GetAggregatedModelsPadding Method
    In This Topic
    Gets the padding, which is applied to the aggregated models, when the model bounds of the aggregate are computed
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetAggregatedModelsPadding() As NMargins
    'Usage
     
    
    Dim instance As NAggregateModel
    Dim value As NMargins
     
    value = instance.GetAggregatedModelsPadding()
    protected virtual NMargins GetAggregatedModelsPadding()
    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