public ConsoleColor AnimationBackColor { get; set; }
Public Property AnimationBackColor As ConsoleColor
Get
Set
Dim instance As ConsoleProgressBar
Dim value As ConsoleColor
value = instance.AnimationBackColor
instance.AnimationBackColor = value
public:
property ConsoleColor AnimationBackColor {
ConsoleColor get ();
void set (ConsoleColor value);
}
member AnimationBackColor : ConsoleColor with get, set
No code example is currently available or this language may not be supported.