Gets the default number of rows for the series display.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property SeriesModeRows As Integer |
| C# | |
|---|
public int SeriesModeRows {get;} |
| C++/CLI | |
|---|
public:
property int SeriesModeRows {
int get();
} |
Return Value
An
Int32 representing the number of rows configured for the streamed series.
Example
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also