dotnetCHARTING Send comments on this topic.
Type Property
See Also 
dotnetCHARTING.Mapping Namespace > Projection Class : Type Property


Gets or sets the projection type.

Syntax

Visual Basic (Declaration)  
Public Property Type As ProjectionType
Visual Basic (Usage) Copy Code
Dim instance As Projection
Dim value As ProjectionType
 
instance.Type = value
 
value = instance.Type
C#  
public ProjectionType Type {get; set;}

See Also