LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

StickPinLocation Property

Show in webframe






Gets or sets the location of the StickPin.
Syntax
public StickPinLocation StickPinLocation {get; set;}
'Declaration
 
Public Property StickPinLocation As StickPinLocation
'Usage
 
Dim instance As AutoHidePanel
Dim value As StickPinLocation
 
instance.StickPinLocation = value
 
value = instance.StickPinLocation

            

            
public: __property StickPinLocation get_StickPinLocation();
public: __property void set_StickPinLocation( 
   StickPinLocation value
);
public:
property StickPinLocation StickPinLocation {
   StickPinLocation get();
   void set (    StickPinLocation value);
}

Property Value

One of the StickPinLocation values.
Requirements

Target Platforms

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.