ChildCount Property (C1Border)
In This Topic
Syntax
'Declaration
Public Overridable ReadOnly Property ChildCount As Integer
'Usage
Dim instance As C1Border
Dim value As Integer
value = instance.ChildCount
public virtual int ChildCount {get;}
See Also