Nevron .NET Vision
Nevron.ThinWeb Namespace / NCssSettings Class / ToolbarInflate Property


In This Topic
    ToolbarInflate Property
    In This Topic
    Gets / sets the toolbar inflate
    Syntax
    'Declaration
     
    
    Public Property ToolbarInflate As NSize
    'Usage
     
    
    Dim instance As NCssSettings
    Dim value As NSize
     
    instance.ToolbarInflate = value
     
    value = instance.ToolbarInflate
    public NSize ToolbarInflate {get; set;}
    Remarks
    The value of this property is used when the control toolbar is measured. By default it is set to height inflate of 2 pixels - this reflects the CSS applied on the toolbar which has no padding and border and bottom margin of 2 pixels.
    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