Gets or sets the native (unmanaged) data length (size in bytes).
public uint Length_WinRT {get; set;}
'Declaration
Public Property Length_WinRT As UInteger
'Usage
Dim instance As RasterNativeBuffer
Dim value As UInteger
instance.Length_WinRT = value
value = instance.Length_WinRT
public uint Length_WinRT {get; set;}
get_Length_WinRT();
set_Length_WinRT(value);
Object.defineProperty('Length_WinRT');
public:
property uint Length_WinRT {
uint get();
void set ( uint value);
}
Property Value
An
System.UInt32 value that represents the native (unmanaged) data length (size in bytes).