AssignFrom Method (Border)
In This Topic
Copies all property values from another object. Note! This method does not raise GrapeCity.Documents.Common.NotifyObject.PropertyChanged event.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Border _
)
public void AssignFrom(
Border
)
Parameters
- source
- The source object.
See Also