Leadtools.Annotations Namespace > IAnnPrimarySecondaryPictureObject Interface : SecondaryPicture Property |
AnnPicture SecondaryPicture {get; set;}
'Declaration Property SecondaryPicture As AnnPicture
'Usage Dim instance As IAnnPrimarySecondaryPictureObject Dim value As AnnPicture instance.SecondaryPicture = value value = instance.SecondaryPicture
property AnnPicture^ SecondaryPicture { AnnPicture^ get(); void set ( AnnPicture^ value); }