EffectProperties.Clone() Method
Creates a copy of the current EffectProperties object.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| EffectProperties | A |
Remarks
This method creates a new instance of the EffectProperties class and copies all the values of the current EffectProperties‘s properties to it.
See Also