Gets the odd rows appearance.

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Appearance OddRowsAppearance { get; }
Visual Basic
Public ReadOnly Property OddRowsAppearance As Appearance
	Get
Visual C++
public:
property Appearance^ OddRowsAppearance {
	Appearance^ get ();
}
F#
member OddRowsAppearance : Appearance with get

Property Value

Type: Appearance
The odd rows appearance.

See Also