Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As LabelAlignment |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public LabelAlignment this[ int index ]; {get; set;} |
C++/CLI | |
---|---|
public: property LabelAlignment default [int] { LabelAlignment get(int index); void set (int index, LabelAlignment value); } |
Parameters
- index