LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
ShadowBorderWidth Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnNoteObject Class : ShadowBorderWidth Property



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

Syntax

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.

Example

For XAML example, refer to AnnNoteObject.

For C#/VB examples, refer to AnnNoteObject.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

ShadowBorderWidth requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.