Gets or sets a value indicating whether to revert back to the original picture used for all
AnnPointObject objects.
public static bool UseOriginalPicture {get; set;}
'Declaration
Public Shared Property UseOriginalPicture As Boolean
'Usage
Dim value As Boolean
AnnPointObject.UseOriginalPicture = value
value = AnnPointObject.UseOriginalPicture
public:
static property bool UseOriginalPicture {
bool get();
void set ( bool value);
}
Property Value
true to revert back to the original picture used for all
AnnPointObject objects; otherwise, false to use the new picture if any.