Visual Basic (Declaration) | |
---|---|
Overridable Property PrimaryPicture As AnnPicture |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual AnnPicture PrimaryPicture {get; set;} |
C++/CLI | |
---|---|
virtual property AnnPicture^ PrimaryPicture { AnnPicture^ get(); void set (AnnPicture^ value); } |
Return Value
The AnnPicture object associated with the primary picture of the annotation object.
The secondary picture can be found in the SecondaryPicture 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