Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / ChildCount Property


In This Topic
    ChildCount Property (ImageDrawing)
    In This Topic
    Gets the total number of child geometry drawings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChildCount As Integer
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As Integer
     
    value = instance.ChildCount
    public int ChildCount {get;}
    See Also