ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Star Class / NumVertices Property


In This Topic
    NumVertices Property (Star)
    In This Topic
    Gets or sets number of polygon vertices.
    Syntax
    'Declaration
     
    
    Public Property NumVertices As Integer
    'Usage
     
    
    Dim instance As Star
    Dim value As Integer
     
    instance.NumVertices = value
     
    value = instance.NumVertices
    public int NumVertices {get; set;}
    See Also