MindFusion.Scheduling for ASP.NET Programmer's Guide
Thickness.CopyFrom Method
See Also
 





Reads the properties of the specified Thickness object and sets them as values of the current Thickness.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void CopyFrom (
    Thickness value
)

Visual Basic  Copy Code

Public Sub CopyFrom ( _
    value As Thickness _
)

 Parameters

value
Type: Thickness
The Thickness object to copy from.

 See Also

Thickness Members
Thickness Class
MindFusion.Scheduling Namespace