public float VerticalResolution {get; set;}
public: property float VerticalResolution { float get(); void set ( float value); }
'Declaration Public Property VerticalResolution As Single
'Declaration
Public Property VerticalResolution As Single
'Usage Dim instance As TemplateImage Dim value As Single instance.VerticalResolution = value value = instance.VerticalResolution
'Usage
Dim instance As TemplateImage Dim value As Single instance.VerticalResolution = value value = instance.VerticalResolution
TemplateImage Class TemplateImage Members
How can we improve?