Accusoft.NotateXpress13.Net
PolyLineToolbarDefaults Property (Toolbar)




Gets and sets the default settings of the polyline tool.
Syntax
'Declaration
 
Public Property PolyLineToolbarDefaults As PolyLineToolbarDefaults
'Usage
 
Dim instance As Toolbar
Dim value As PolyLineToolbarDefaults
 
instance.PolyLineToolbarDefaults = value
 
value = instance.PolyLineToolbarDefaults
public PolyLineToolbarDefaults PolyLineToolbarDefaults {get; set;}
public: __property PolyLineToolbarDefaults* get_PolyLineToolbarDefaults();
public: __property void set_PolyLineToolbarDefaults( 
   PolyLineToolbarDefaults* value
);
public:
property PolyLineToolbarDefaults^ PolyLineToolbarDefaults {
   PolyLineToolbarDefaults^ get();
   void set (    PolyLineToolbarDefaults^ value);
}

Property Value

The PolyLineToolbarDefaults default settings.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback