Gets the scale at the specified initialization index regardless of internal scale items generated and inserted to the Scales collection automatically.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public Scale GetScale( int index ) |
| Visual Basic (Declaration) |
|---|
Public Function GetScale ( _ index As Integer _ ) As Scale |
Parameters
- index
- Type: System..::.Int32