LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

ShadowBorderWidth Property






Returns the width of the shadow border of this AnnNoteObject. This is a dependency property. .NET support Silverlight support
Syntax
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public double ShadowBorderWidth {get; set;}
'Declaration
 
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Public Property ShadowBorderWidth As Double
'Usage
 
Dim instance As AnnNoteObject
Dim value As Double
 
instance.ShadowBorderWidth = value
 
value = instance.ShadowBorderWidth
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public double ShadowBorderWidth {get; set;}
TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")
 get_ShadowBorderWidth();
set_ShadowBorderWidth(value);
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnNoteObject Class
AnnNoteObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.