Effect3D Property (IPoint)
In This Topic
Gets or sets a value indicating whether a point has a three-dimensional appearance.
Syntax
'Declaration
Property Effect3D As Boolean
'Usage
Dim instance As IPoint
Dim value As Boolean
instance.Effect3D = value
value = instance.Effect3D
bool Effect3D {get; set;}
See Also