Visual Basic (Declaration) | |
---|---|
Public Property Factor As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DWindowLevelProperties Dim value As Integer instance.Factor = value value = instance.Factor |
C# | |
---|---|
public int Factor {get; set;} |
Property Value
The factor used to adjust window-leveling. Possible values range from -1000 to 1000.For an example, refer to Medical3DObject.WindowLevelProperties
The value of this property is only useful if you set the window-level algorithm to something other than Medical3DWindowLevelFillType.Linear. For more information, refer to the Type.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7