Visual Basic (Declaration) | |
---|---|
Overridable Property SecondaryPicture As AnnPicture |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual AnnPicture SecondaryPicture {get; set;} |
C++/CLI | |
---|---|
virtual property AnnPicture^ SecondaryPicture { AnnPicture^ get(); void set (AnnPicture^ value); } |
Return Value
The AnnPicture object associated with the secondary picture of the annotation object.
The primary picture can be found in the PrimaryPicture property.
For more information, refer to Using Primary and Secondary Pictures in Annotation Objects.
For more information, refer to Using Primary and Secondary Pictures in Annotation Objects.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family