MindFusion.Wpf Pack Programmer's Guide
TextPresenter.CopyFrom Method
See Also
 





Copies all text attributes from the specified object.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void CopyFrom (
    ITextAttributes prototype
)

Visual Basic  Copy Code

Public Sub CopyFrom( _
    prototype As ITextAttributes _
)

 Parameters

prototype

An object implementing the ITextAttributes interface.

 See Also

TextPresenter Members
TextPresenter Class
MindFusion.Diagramming.Wpf Namespace