.NET Framework Class Library

CaretUpdateEventArgs.Width Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > CaretUpdateEventArgs Class > CaretUpdateEventArgs Properties >

.NET Framework Class Library

CaretUpdateEventArgs.Width Property

Namespace: Gnostice.Core.Viewer

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

Syntax

Visual Basic

Public Property Width As Integer
 Get
 Set

C#

public int Width { getset; }

Visual C++

public:
property int Width {
 int get ();
 void set (int value);
}

See Also

CaretUpdateEventArgs Class

CaretUpdateEventArgs Members

Gnostice.Core.Viewer Namespace