Visual Basic (Declaration) | |
---|---|
Public Property WindowWidth As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWindowAttributes Dim value As Double instance.WindowWidth = value value = instance.WindowWidth |
C# | |
---|---|
public double WindowWidth {get; set;} |
Property Value
Value indicating the "Window Width" (0028,1051) element.For an example, refer to DicomDataSet.GetWindowCount.
WindowWidth shall always be greater than or equal to 1.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)