Visual Basic (Declaration) | |
---|---|
Public Property Background As Background |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public Background Background {get; set;} |
C++/CLI | |
---|---|
public: property Background^ Background { Background^ get(); void set (Background^ value); } |
C# | ![]() |
---|---|
Chart.Background = new Background(Color.Ivory); |
Visual Basic | ![]() |
---|---|
Chart.Background = new Background(Color.Ivory) |