Leadtools.Windows.Annotations Namespace > AnnNoteObject Class : ShadowBorderWidth Property |
[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); }
For XAML example, refer to AnnNoteObject.
For C#/VB examples, refer to AnnNoteObject.