LEADTOOLS Annotations (Leadtools.Annotations assembly)

ShadowBorderWidth Property

Show in webframe





Returns the width of the shadow border of this AnnNoteObject.
Syntax
public virtual AnnLength ShadowBorderWidth {get; set;}
'Declaration
 
Public Overridable Property ShadowBorderWidth As AnnLength
'Usage
 
Dim instance As AnnNoteObject
Dim value As AnnLength
 
instance.ShadowBorderWidth = value
 
value = instance.ShadowBorderWidth

            

            
public:
virtual property AnnLength ShadowBorderWidth {
   AnnLength get();
   void set (    AnnLength value);
}

Property Value

An AnnLength structure that represents the width of the shadow border of this AnnNoteObject.
Example
For an example, 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.