Style.Clone

Style.Clone method

Creates and returns a copy of this object. **NOTE:**If you clone a named style, name is not cloned becaule style name must be unique. Therefore, the cloned style will not “equals to” the original style.

public Style Clone()

Return Value

Return a new Style object.

See Also