Search
Calendar.OnSizeAllocated Method
See Also
 






AbsoluteLayout.OnSizeAllocated override.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected override void OnSizeAllocated (
    double width,
    double height
)

Visual Basic  Copy Code

Protected Overrides Sub OnSizeAllocated( _
    width As Double, _
    height As Double _
)

 Parameters

width

height

 See Also