←Select platform

ShadowBorderWidth Property

Summary

Returns the width of the shadow border of this AnnNoteObject. This is a dependency property.

Syntax

C#
VB
C++
public double ShadowBorderWidth { get; set; } 
  
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> 
Public Property ShadowBorderWidth As Double 
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] 
public: 
property double ShadowBorderWidth { 
   double get(); 
   void set (    double ); 
} 

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

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

Leadtools.Windows.Annotations Assembly