Glossary Item Box

LabDevTools Send comments on this topic.

PointType

Gets or sets the type of point of the matrix.

 

[Visual Basic]
Public Property PointType As
PointTypes
[C#]
public PointTypes PointType
{get; set;}

 

[Visual Basic]

Public Enum PointTypes As Byte

    Circular

    Square

End Enum

 

[C#]

public enum PointTypes : byte

{

    Circular,

   Square

}

Observations:

Of default it is Circular.

 
See also:
 

CharBackColor | CharColor | CharText

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.