GdPicture.NET.14.MAUI
GdPicture14.MAUI Namespace / GdViewer Class / EnablePageShadow Property





In This Topic
EnablePageShadow Property
In This Topic
Specifies if drop-shadow 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