PlaceholderContext(Int32, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a new PlaceholderContext instance.
public PlaceholderContext (int index, float size = 0);
new Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext : int * single -> Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext
Public Sub New (index As Integer, Optional size As Single = 0)
Parameters
- index
- Int32
The item index of the placeholder.
- size
- Single
The size of the placeholder in pixels.