Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUITheme Class / FilledPickerCellDefaults Method


In This Topic
    FilledPickerCellDefaults Method
    In This Topic
    Sets the specified settings to the specified fill picker schema.
    Syntax
    'Declaration
     
    
    Public Overridable Sub FilledPickerCellDefaults( _
       ByVal schema As NSchema, _
       ByVal preferredWidth As System.Double, _
       ByVal preferredHeight As System.Double, _
       ByVal margins As NMargins _
    ) 
    'Usage
     
    
    Dim instance As NUITheme
    Dim schema As NSchema
    Dim preferredWidth As System.Double
    Dim preferredHeight As System.Double
    Dim margins As NMargins
     
    instance.FilledPickerCellDefaults(schema, preferredWidth, preferredHeight, margins)
    public virtual void FilledPickerCellDefaults( 
       NSchema schema,
       System.double preferredWidth,
       System.double preferredHeight,
       NMargins margins
    )

    Parameters

    schema
    preferredWidth
    preferredHeight
    margins
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also