public LeadSize Resolution {get; set;}
'Declaration
Public Property Resolution As LeadSize
'Usage
Dim instance As CodecsPcdLoadOptions
Dim value As LeadSize
instance.Resolution = value
value = instance.Resolution
public LeadSize Resolution {get; set;}
public LeadSize getResolution()
public void setResolution(LeadSize resolution)
<br/>get_Resolution();<br/>set_Resolution(value);<br/>Object.defineProperty('Resolution');
public:
property LeadSize Resolution {
LeadSize get();
void set ( LeadSize value);
}