Specifies the amount to vertically scale the source rectangle.
Syntax
'Declaration
Public Property VerticalRatio As Double
'Usage
Dim instance As Tile
Dim value As Double
instance.VerticalRatio = value
value = instance.VerticalRatio
public double VerticalRatio {get; set;}
See Also