Assigns (copies) properties from another ShapeProps to the current object.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public virtual void AssignFrom( ShapeProps source ) |
Visual Basic |
---|
Public Overridable Sub AssignFrom ( _ source As ShapeProps _ ) |
Parameters
- source
- Type: C1.C1Preview..::..ShapeProps
The source object to copy properties from.