Search
Dashboard.LayoutPanel Property
See Also
 






Gets a Panel containing dashboard components that should participate in layout measurements and be arranged relatively to each other.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public Panel LayoutPanel { get; set; }

Visual Basic  Copy Code

Public Property LayoutPanel As Panel

 Property Value

 See Also