Gets or sets the factor used to adjust the effect of the window-level.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Factor As Integer |
C# | |
---|
public int Factor {get; set;} |
C++/CLI | |
---|
public:
property int Factor {
int get();
void set (int value);
} |
Return Value
The factor used to adjust the effect of the window-level. Possible values are range from -1000 to 1000.
Is there a default
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also