.NET Framework Class Library

DrawingProperties.EffectRectangle 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.EffectRectangle Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property EffectRectangle As Rectangle
 Get
 Set

C#

public Rectangle EffectRectangle { getset; }

Visual C++

public:
property RectangleEffectRectangle {
 Rectangleget ();
 void set (Rectanglevalue);
}

See Also

DrawingProperties Class

DrawingProperties Members

Gnostice.Core.DOM Namespace