Skip to main content
All docs
V26.1
  • EffectProperties.Clone() Method

    Creates a copy of the current EffectProperties object.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public EffectProperties Clone()

    Returns

    Type Description
    EffectProperties

    A EffectProperties object which is a copy of the current object.

    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