Gets and sets the style of the background used within the image annotation.
public: __property BackStyle get_BackStyle();
public: __property void set_BackStyle(
BackStyle value
);
'Declaration
Public Property BackStyle As BackStyle
'Usage
Dim instance As ImageTool
Dim value As BackStyle
instance.BackStyle = value
value = instance.BackStyle
Property Value
The
BackStyle enumeration value which represents the background style.