Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NXamlExporter Class
Members


In This Topic
    NXamlExporter Class
    In This Topic
    The NXamlExporter class is used to export a drawing document to Microsoft Silverlight XAML code.
    Object Model
    NXamlExporter Class
    Syntax
    'Declaration
     
    
    Public Class NXamlExporter 
       Inherits NDrawingExporter
       Implements Nevron.Globalization.INLocalizable 
    'Usage
     
    
    Dim instance As NXamlExporter
    Remarks
    This class can be instanced upon demand. The constructor must receive a reference to the drawing document, which content is about to be exported to XAML: NXamlExporter xamlExporter = new NXamlExporter(drawingDocument);
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Extensions.NDrawingExporter
          Nevron.Diagram.Extensions.NXamlExporter

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also