[]
Copies all property values from another object. Note! This method does not raise PropertyChanged event.
public void AssignFrom(Border source)
Public Sub AssignFrom(source As Border)
Type | Name | Description |
---|---|---|
Border | source | The source object. |