In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / EnablePageShadow Property

EnablePageShadow Property

In This Topic
Specifies if dropshadow effect is applied on pages.
Syntax
'Declaration
 
Public Property EnablePageShadow As Boolean
public bool EnablePageShadow {get; set;}
public read-write property EnablePageShadow: Boolean; 
public function get,set EnablePageShadow : boolean
public: __property bool get_EnablePageShadow();
public: __property void set_EnablePageShadow( 
   bool value
);
public:
property bool EnablePageShadow {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
See Also