←Select platform

ShadowBorderWidth Property

Summary

Gets or sets the width of the shadow border of this AnnNoteObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadLengthD ShadowBorderWidth { get; set; } 
Public Property ShadowBorderWidth As Leadtools.LeadLengthD 
public Leadtools.LeadLengthD ShadowBorderWidth {get; set;} 
@property (nonatomic) BOOL shadowBorderWidth; 
public LeadLengthD getShadowBorderWidth() 
public void setShadowBorderWidth(LeadLengthD shadowBorderWidth) 
             
  
get_ShadowBorderWidth(); 
set_ShadowBorderWidth(value); 
Object.defineProperty('ShadowBorderWidth');  
public:  
   property LeadLengthD^ ShadowBorderWidth 
   { 
      LeadLengthD^ get() 
      void set(LeadLengthD^ value) 
   } 

Property Value

The width of the shadow border of this AnnNoteObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly