LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ShadowBorderWidth Property

Show in webframe





Returns the width of the shadow border of this AnnNoteObject. This is a dependency property.
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:
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

See Also

Reference

AnnNoteObject Class
AnnNoteObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.