The Width Property supports WPF/Silverlight.
The Width Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the width of the container in pixels. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Property Width As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAnnContainer Dim value As Double instance.Width = value value = instance.Width | |
| C# | |
|---|---|
double Width {get; set;} | |
Property Value
A System.Double value that specifies the width 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