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) NSString* type;
public String getType()
public void setType(String value)
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property String^ Type {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String that indicates whether this overlay represents a region of interest or other graphics.