public string Type {get; set;}
'Declaration
Public Property Type As String
'Usage
Dim instance As RasterOverlayAttributes
Dim value As String
instance.Type = value
value = instance.Type
public string Type {get; set;}
@property (nonatomic, copy, nullable) NSString *type
public String getType()
public void setType(String value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public:
property String^ Type {
String^ get();
void set ( String^ value);
}
Property Value
A
String that indicates whether this overlay represents a region of interest or other graphics.