←Select platform

Media Property

Summary

Gets or sets the media associated with this object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnMedia Media { get; set; } 
Public Property Media As Leadtools.Annotations.Core.AnnMedia 
public Leadtools.Annotations.Core.AnnMedia Media {get; set;} 
@property (nonatomic) LTAnnMedia* media; 
public AnnMedia getMedia() 
public void setMedia(AnnMedia media) 
             
  
get_Media(); 
set_Media(value); 
Object.defineProperty('Media');  
public:  
   property AnnMedia^ Media 
   { 
      AnnMedia^ get() 
      void set(AnnMedia^ value) 
   } 

Property Value

The media associated with this object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly