ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / CylindricShape3D Class / NPlanes Property


In This Topic
    NPlanes Property
    In This Topic
    Gets or sets the number of side planes that are used for creating the model.
    Syntax
    'Declaration
     
    
    Public Property NPlanes As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As CylindricShape3D
    Dim value As Nullable(Of Integer)
     
    instance.NPlanes = value
     
    value = instance.NPlanes
    public Nullable<int> NPlanes {get; set;}
    See Also