Visual Basic (Declaration) | |
---|---|
Public Property AlternateGridBackground As Background |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public Background AlternateGridBackground {get; set;} |
C++/CLI | |
---|---|
public: property Background^ AlternateGridBackground { Background^ get(); void set (Background^ value); } |
Return Value
A Background object that will fill every other grid area.To disable this feature, set AlternateGridBackground.Color = Color.Empty.