←Select platform

DrawShadow Property

Summary

Renders a drop shadow around the object's bounds.

Syntax

C#
VB
Java
Objective-C
C++
public bool DrawShadow { get; set; } 
Public Property DrawShadow() As Boolean 
   Get 
   Set 
public:  
   property bool DrawShadow 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getDrawShadow(); 
public void setDrawShadow(boolean value); 
@property (nonatomic, copy) BOOL drawShadow 

Property Value

true to render a drop shadow around the object's bounds; otherwise, false. The default value is false.

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