Visual Basic (Declaration) | |
---|---|
Public WriteOnly Property Size |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void Size {set;} |
C++/CLI | |
---|---|
public: property void Size { void set (void value); } |
Return Value
This property accepts a string formatted as "WidthXHeight".C# | ![]() |
---|---|
Chart.Size = "640X480"; |
Visual Basic | ![]() |
---|---|
Chart.Size = "640X480" |