Gets or sets the image displayed for the stick pin when it is attached.
public Bitmap StickPinAttached {get; set;}
'Declaration
Public Property StickPinAttached As Bitmap
'Usage
Dim instance As AutoHidePanel
Dim value As Bitmap
instance.StickPinAttached = value
value = instance.StickPinAttached
public: __property Bitmap* get_StickPinAttached();
public: __property void set_StickPinAttached(
Bitmap* value
);
public:
property Bitmap^ StickPinAttached {
Bitmap^ get();
void set ( Bitmap^ value);
}
Property Value
The
System.Drawing.Bitmap displayed for the stick pin when it is attached.