'Declaration
<ObsoleteAttribute("This property will be removed from the public API in a future release. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.")>
Public Property DefaultImage As ImGearPage
'Usage
Dim instance As ImGearAnnotationSettings
Dim value As ImGearPage
instance.DefaultImage = value
value = instance.DefaultImage
[ObsoleteAttribute("This property will be removed from the public API in a future release. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.")]
public ImGearPage DefaultImage {get; set;}
[ObsoleteAttribute("This property will be removed from the public API in a future release. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.")]
public: __property ImGearPage* get_DefaultImage();
public: __property void set_DefaultImage(
ImGearPage* value
);
[ObsoleteAttribute("This property will be removed from the public API in a future release. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.")]
public:
property ImGearPage^ DefaultImage {
ImGearPage^ get();
void set ( ImGearPage^ value);
}