Search
ItemDrawContext.DrawResizeIndicator Method
See Also
 






Draws an icon representing the item can be resized.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawResizeIndicator (
    Rect destination,
    bool useSettings
)

Visual Basic  Copy Code

Public Sub DrawResizeIndicator( _
    destination As Rect, _
    useSettings As Boolean _
)

 Parameters

destination

Specifies the destination of the icon.

useSettings

Specifies whether to use validation settings such as the ShowReminderIcons property.

 See Also