.NET Framework Class Library

DrawingProperties.Wrap Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > DrawingProperties Class > DrawingProperties Properties >

.NET Framework Class Library

DrawingProperties.Wrap Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property Wrap As GraphicsWrap
 Get
 Set

C#

public GraphicsWrap Wrap { getset; }

Visual C++

public:
property GraphicsWrapWrap {
 GraphicsWrapget ();
 void set (GraphicsWrapvalue);
}

See Also

DrawingProperties Class

DrawingProperties Members

Gnostice.Core.DOM Namespace