The Height Property supports WPF/Silverlight.
The Height Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the height of the container in pixels. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Property Height As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAnnContainer Dim value As Double instance.Height = value value = instance.Height | |
| C# | |
|---|---|
double Height {get; set;} | |
Property Value
A System.Double value that specifies the height of the container in pixels.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code