'Declaration Public Default Property Item( _ ByVal key As String _ ) As Object
'Declaration
Public Default Property Item( _ ByVal key As String _ ) As Object
'Usage Dim instance As C1ShapeAttributes Dim key As String Dim value As Object instance.Item(key) = value value = instance.Item(key)
'Usage
Dim instance As C1ShapeAttributes Dim key As String Dim value As Object instance.Item(key) = value value = instance.Item(key)
public object this[ string key ]; {get; set;}
C1ShapeAttributes Class C1ShapeAttributes Members
Copyright (c) GrapeCity, inc. All rights reserved.