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





Copies the values for the properties of this CssBorderStyle object from the specified CssBorderStyle object.

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

 Syntax

C#  Copy Code

public bool CopyFrom (
    CssBorderStyle value
)

Visual Basic  Copy Code

Public Function CopyFrom ( _
    value As CssBorderStyle _
) As Boolean

 Parameters

value
Type: CssBorderStyle
The CssBorderStyle object to copy the properties from.

 Return Value

Type: Boolean
true if the copy operation was successful; false otherwise.

 See Also

CssBorderStyle Members
CssBorderStyle Class
MindFusion.Scheduling Namespace