Accusoft.NotateXpress13.Net
Layer Property (MouseUpEventArgs)




Gets the layer that was active at the time of the mouse up event.
Syntax
'Declaration
 
Public Property Layer As Layer
'Usage
 
Dim instance As MouseUpEventArgs
Dim value As Layer
 
instance.Layer = value
 
value = instance.Layer
public Layer Layer {get; set;}
public: __property Layer* get_Layer();
public: __property void set_Layer( 
   Layer* value
);
public:
property Layer^ Layer {
   Layer^ get();
   void set (    Layer^ value);
}
See Also

Reference

MouseUpEventArgs Class
MouseUpEventArgs Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback