Leadtools.Windows.Annotations Namespace > AnnFreehandHotspotObject Class : Picture Property |
public AnnPicture Picture {get; set;}
'Declaration Public Property Picture As AnnPicture
'Usage Dim instance As AnnFreehandHotspotObject Dim value As AnnPicture instance.Picture = value value = instance.Picture
public: property AnnPicture^ Picture { AnnPicture^ get(); void set ( AnnPicture^ value); }
For more information, refer to Using Pictures in WPF Annotation Objects
For XAML example, refer to AnnFreehandHotspotObject.
For C#/VB examples, refer to AnnFreehandHotspotObject.