public int BitsAllocated {get; set;}
'Declaration
Public Property BitsAllocated As Integer
'Usage
Dim instance As RasterOverlayAttributes
Dim value As Integer
instance.BitsAllocated = value
value = instance.BitsAllocated
public int BitsAllocated {get; set;}
@property (nonatomic, assign) NSUInteger bitsAllocated
public int getBitsAllocated()
public void setBitsAllocated(int value)
<br/>get_BitsAllocated();<br/>set_BitsAllocated(value);<br/>Object.defineProperty('BitsAllocated');
public:
property int BitsAllocated {
int get();
void set ( int value);
}
Property Value
The number of bits allocated in the overlay.