Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterOverlayAttributes Class : Rows Property |
public int Rows {get; set;}
'Declaration
Public Property Rows As Integer
'Usage
Dim instance As RasterOverlayAttributes Dim value As Integer instance.Rows = value value = instance.Rows
public int Rows {get; set;}
@property (nonatomic, assign) NSUInteger rows
public int getRows() public void setRows(int value)
<br/>get_Rows();<br/>set_Rows(value);<br/>Object.defineProperty('Rows');