Class GanttChartSelectionLayer
Panel to do the selection.
Inheritance
System.Object
GanttChartSelectionLayer
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class GanttChartSelectionLayer : Panel
Constructors
GanttChartSelectionLayer()
Initializes a new instance of the GanttChartSelectionLayer class.
Declaration
public GanttChartSelectionLayer()
Methods
ArrangeOverride(Size)
Positions the children in the panel.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | Calculated size value within the parent that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The used actual size. |
MeasureOverride(Size)
Measures the children and determine the size of the children in the panel.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | The total available size. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Calculated size based on the children sizes. |