The ShadowBorderWidth Property supports WPF/Silverlight.
The ShadowBorderWidth Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Returns the width of the shadow border of this AnnNoteObject. This is a dependency property.Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> Public Property ShadowBorderWidth As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnNoteObject Dim value As Double instance.ShadowBorderWidth = value value = instance.ShadowBorderWidth | |
| C# | |
|---|---|
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] public double ShadowBorderWidth {get; set;} | |
| C++/CLI | |
|---|---|
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] public: property double ShadowBorderWidth { double get(); void set ( double value); } | |
Property Value
A double value that represents the width of the shadow border of this AnnNoteObject.For XAML example, refer to AnnNoteObject.
For C#/VB examples, refer to AnnNoteObject.
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