.NET Framework Class Library

DrawingProperties.DistL Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

DrawingProperties.DistL Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property DistL As Single
 Get
 Set

C#

public float DistL { getset; }

Visual C++

public:
property float DistL {
 float get ();
 void set (float value);
}

See Also

DrawingProperties Class

DrawingProperties Members

Gnostice.Core.DOM Namespace